Color Hex Logo

#067edb Color Hex

#067EDB
(6,126,219)
0 Favorites   0 Comments

Color spaces of #067edb

RGB 6126219
HSL0.570.950.44
HSV206°97°86°
CMYK 0.970.420.00   0.14
XYZ20.322120.074969.8216
Yxy20.07490.18440.1821
Hunter Lab44.80502.5530-61.0307
CIE-Lab51.92186.2168-55.3607

#067edb color RGB value is (6,126,219).

#067edb hex color red value is 6, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #067edb hue: 0.57 , saturation: 0.95 and the lightness value of 067edb is 0.44.

The process color (four color CMYK) of #067edb color hex is 0.97, 0.42, 0.00, 0.14. Web safe color of #067edb is #0066cc. Color #067edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111110 11011011
Octal 6 176 333
Decimal 6 126 219
Hex 6 7E DB

RGB Percentages of Color #067edb

%1.71
%35.90
%62.39

CMYK Percentages of Color #067edb

%97
%42
%0
%14

Triadic Colors of #067edb

#067edb #db067e #7edb06

Analogous Colors of #067edb

#067edb #0613db #06dbce

Monochromatic Colors of #067edb

#067edb

Complementary Color

#067edb #db6306

#067edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#067edb Color CSS Codes

.mybgcolor {background-color:#067edb; } 
.myforecolor {color:#067edb; }
.mybordercolor {border:3px solid #067edb; }

#067edb Text Font Color

<p style="color:#067edb">Text here</p>

This sample text font color is #067edb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#067edb Background Color

<div style="background-color:#067edb">
Div content here</div>

This div background color is #067edb


#067edb Border Color

<div style="border:3px solid #067edb">
Div here</div>

This div border color is #067edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,126,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #067edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #067edb;
  -webkit-box-shadow: 1px 1px 3px 2px #067edb;
  box-shadow:         1px 1px 3px 2px #067edb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,126,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #067edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #067edb;
  -webkit-box-shadow: 1px 1px 3px 2px #067edb;
  box-shadow:         1px 1px 3px 2px #067edb;">
Div content here</div>

This div box has shadow with color #067edb


Comments

No comments written yet.

Please login to write comment.