Color Hex Logo

#062188 Color Hex

#062188
(6,33,136)
0 Favorites   0 Comments

Color spaces of #062188

RGB 633136
HSL0.630.920.28
HSV228°96°53°
CMYK 0.960.760.00   0.47
XYZ5.06292.904023.5862
Yxy2.90400.16050.0920
Hunter Lab17.041123.2102-70.1330
CIE-Lab19.655334.4431-58.6401

#062188 color RGB value is (6,33,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100001 10001000
Octal 6 41 210
Decimal 6 33 136
Hex 6 21 88

RGB Percentages of Color #062188

%3.43
%18.86
%77.71

CMYK Percentages of Color #062188

%96
%76
%0
%47

Triadic Colors of #062188

#062188 #880621 #218806

Analogous Colors of #062188

#062188 #2c0688 #066288

Monochromatic Colors of #062188

#062188

Complementary Color

#062188 #886d06

#062188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062188 Color CSS Codes

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

#062188 Text Font Color

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

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


#062188 Background Color

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

This div background color is #062188


#062188 Border Color

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

This div border color is #062188


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,33,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 #062188">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062188


Comments

No comments written yet.

Please login to write comment.