Color Hex Logo

#06214a Color Hex

#06214A
(6,33,74)
0 Favorites   0 Comments

Color spaces of #06214a

RGB 63374
HSL0.600.850.16
HSV216°92°29°
CMYK 0.920.550.00   0.71
XYZ1.85501.62086.6937
Yxy1.62080.18240.1594
Hunter Lab12.73113.7293-22.2616
CIE-Lab13.35638.0829-28.3199

#06214a color RGB value is (6,33,74).

#06214a hex color red value is 6, green value is 33 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #06214a hue: 0.60 , saturation: 0.85 and the lightness value of 06214a is 0.16.

The process color (four color CMYK) of #06214a color hex is 0.92, 0.55, 0.00, 0.71. Web safe color of #06214a is #003333. Color #06214a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100001 01001010
Octal 6 41 112
Decimal 6 33 74
Hex 6 21 4A

RGB Percentages of Color #06214a

%5.31
%29.20
%65.49

CMYK Percentages of Color #06214a

%92
%55
%0
%71

Triadic Colors of #06214a

#06214a #4a0621 #214a06

Analogous Colors of #06214a

#06214a #0d064a #06434a

Monochromatic Colors of #06214a

#06214a

Complementary Color

#06214a #4a2f06

#06214a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06214a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06214a Color CSS Codes

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

#06214a Text Font Color

<p style="color:#06214a">Text here</p>

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


#06214a Background Color

<div style="background-color:#06214a">
Div content here</div>

This div background color is #06214a


#06214a Border Color

<div style="border:3px solid #06214a">
Div here</div>

This div border color is #06214a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,33,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06214a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06214a;
  -webkit-box-shadow: 1px 1px 3px 2px #06214a;
  box-shadow:         1px 1px 3px 2px #06214a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06214a


Comments

No comments written yet.

Please login to write comment.