Color Hex Logo

#06218b Color Hex

#06218B
(6,33,139)
0 Favorites   0 Comments

Color spaces of #06218b

RGB 633139
HSL0.630.920.28
HSV228°96°55°
CMYK 0.960.760.00   0.45
XYZ5.27922.990524.7251
Yxy2.99050.16000.0906
Hunter Lab17.293124.2294-72.6659
CIE-Lab20.005835.5739-59.9387

#06218b color RGB value is (6,33,139).

#06218b hex color red value is 6, green value is 33 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #06218b hue: 0.63 , saturation: 0.92 and the lightness value of 06218b is 0.28.

The process color (four color CMYK) of #06218b color hex is 0.96, 0.76, 0.00, 0.45. Web safe color of #06218b is #003399. Color #06218b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100001 10001011
Octal 6 41 213
Decimal 6 33 139
Hex 6 21 8B

RGB Percentages of Color #06218b

%3.37
%18.54
%78.09

CMYK Percentages of Color #06218b

%96
%76
%0
%45

Triadic Colors of #06218b

#06218b #8b0621 #218b06

Analogous Colors of #06218b

#06218b #2e068b #06648b

Monochromatic Colors of #06218b

#06218b

Complementary Color

#06218b #8b7006

#06218b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06218b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06218b Color CSS Codes

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

#06218b Text Font Color

<p style="color:#06218b">Text here</p>

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


#06218b Background Color

<div style="background-color:#06218b">
Div content here</div>

This div background color is #06218b


#06218b Border Color

<div style="border:3px solid #06218b">
Div here</div>

This div border color is #06218b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06218b


Comments

No comments written yet.

Please login to write comment.