Color Hex Logo

#06486b Color Hex

#06486B
(6,72,107)
0 Favorites   0 Comments

Color spaces of #06486b

RGB 672107
HSL0.560.890.22
HSV201°94°42°
CMYK 0.940.330.00   0.58
XYZ5.04635.735014.7509
Yxy5.73500.19760.2246
Hunter Lab23.9479-4.2952-19.7567
CIE-Lab28.7338-4.8944-25.5914

#06486b color RGB value is (6,72,107).

#06486b hex color red value is 6, green value is 72 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #06486b hue: 0.56 , saturation: 0.89 and the lightness value of 06486b is 0.22.

The process color (four color CMYK) of #06486b color hex is 0.94, 0.33, 0.00, 0.58. Web safe color of #06486b is #003366. Color #06486b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001000 01101011
Octal 6 110 153
Decimal 6 72 107
Hex 6 48 6B

RGB Percentages of Color #06486b

%3.24
%38.92
%57.84

CMYK Percentages of Color #06486b

%94
%33
%0
%58

Triadic Colors of #06486b

#06486b #6b0648 #486b06

Analogous Colors of #06486b

#06486b #06156b #066b5c

Monochromatic Colors of #06486b

#06486b

Complementary Color

#06486b #6b2906

#06486b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06486b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06486b Color CSS Codes

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

#06486b Text Font Color

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

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


#06486b Background Color

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

This div background color is #06486b


#06486b Border Color

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

This div border color is #06486b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06486b


Comments

No comments written yet.

Please login to write comment.