Color Hex Logo

#062288 Color Hex

#062288
(6,34,136)
0 Favorites   0 Comments

Color spaces of #062288

RGB 634136
HSL0.630.920.28
HSV227°96°53°
CMYK 0.960.750.00   0.47
XYZ5.09112.960323.5956
Yxy2.96030.16090.0935
Hunter Lab17.205522.7083-69.2663
CIE-Lab19.884233.8049-58.2613

#062288 color RGB value is (6,34,136).

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

The process color (four color CMYK) of #062288 color hex is 0.96, 0.75, 0.00, 0.47. Web safe color of #062288 is #003399. Color #062288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100010 10001000
Octal 6 42 210
Decimal 6 34 136
Hex 6 22 88

RGB Percentages of Color #062288

%3.41
%19.32
%77.27

CMYK Percentages of Color #062288

%96
%75
%0
%47

Triadic Colors of #062288

#062288 #880622 #228806

Analogous Colors of #062288

#062288 #2b0688 #066388

Monochromatic Colors of #062288

#062288

Complementary Color

#062288 #886c06

#062288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062288 Color CSS Codes

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

#062288 Text Font Color

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

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


#062288 Background Color

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

This div background color is #062288


#062288 Border Color

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

This div border color is #062288


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,34,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #062288; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #062288;
  -webkit-box-shadow: 1px 1px 3px 2px #062288;
  box-shadow:         1px 1px 3px 2px #062288; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062288


Comments

No comments written yet.

Please login to write comment.