Color Hex Logo

#067cca Color Hex

#067CCA
(6,124,202)
0 Favorites   0 Comments

Color spaces of #067cca

RGB 6124202
HSL0.570.940.41
HSV204°97°79°
CMYK 0.970.390.00   0.21
XYZ17.943418.718358.5444
Yxy18.71830.18850.1966
Hunter Lab43.2647-1.6828-49.9442
CIE-Lab50.35600.8134-48.2248

#067cca color RGB value is (6,124,202).

#067cca hex color red value is 6, green value is 124 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #067cca hue: 0.57 , saturation: 0.94 and the lightness value of 067cca is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111100 11001010
Octal 6 174 312
Decimal 6 124 202
Hex 6 7C CA

RGB Percentages of Color #067cca

%1.81
%37.35
%60.84

CMYK Percentages of Color #067cca

%97
%39
%0
%21

Triadic Colors of #067cca

#067cca #ca067c #7cca06

Analogous Colors of #067cca

#067cca #061aca #06cab6

Monochromatic Colors of #067cca

#067cca

Complementary Color

#067cca #ca5406

#067cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#067cca Color CSS Codes

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

#067cca Text Font Color

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

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


#067cca Background Color

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

This div background color is #067cca


#067cca Border Color

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

This div border color is #067cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067cca


Comments

No comments written yet.

Please login to write comment.