Color Hex Logo

#067fdc Color Hex

#067FDC
(6,127,220)
0 Favorites   0 Comments

Color spaces of #067fdc

RGB 6127220
HSL0.570.950.44
HSV206°97°86°
CMYK 0.970.420.00   0.14
XYZ20.582720.384870.5600
Yxy20.38480.18460.1828
Hunter Lab45.14952.3626-61.0542
CIE-Lab52.26955.9906-55.3670

#067fdc color RGB value is (6,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111111 11011100
Octal 6 177 334
Decimal 6 127 220
Hex 6 7F DC

RGB Percentages of Color #067fdc

%1.70
%35.98
%62.32

CMYK Percentages of Color #067fdc

%97
%42
%0
%14

Triadic Colors of #067fdc

#067fdc #dc067f #7fdc06

Analogous Colors of #067fdc

#067fdc #0614dc #06dcce

Monochromatic Colors of #067fdc

#067fdc

Complementary Color

#067fdc #dc6306

#067fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#067fdc Color CSS Codes

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

#067fdc Text Font Color

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

This sample text font color is #067fdc
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.


#067fdc Background Color

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

This div background color is #067fdc


#067fdc Border Color

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

This div border color is #067fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067fdc


Comments

No comments written yet.

Please login to write comment.