Color Hex Logo

#06858b Color Hex

#06858B
(6,133,139)
0 Favorites   0 Comments

Color spaces of #06858b

RGB 6133139
HSL0.510.920.28
HSV183°96°55°
CMYK 0.960.040.00   0.45
XYZ13.122818.677927.3396
Yxy18.67790.22190.3158
Hunter Lab43.2179-21.4312-7.2542
CIE-Lab50.3082-27.3874-11.8507

#06858b color RGB value is (6,133,139).

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

The process color (four color CMYK) of #06858b color hex is 0.96, 0.04, 0.00, 0.45. Web safe color of #06858b is #009999. Color #06858b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000101 10001011
Octal 6 205 213
Decimal 6 133 139
Hex 6 85 8B

RGB Percentages of Color #06858b

%2.16
%47.84
%50.00

CMYK Percentages of Color #06858b

%96
%4
%0
%45

Triadic Colors of #06858b

#06858b #8b0685 #858b06

Analogous Colors of #06858b

#06858b #06438b #068b4e

Monochromatic Colors of #06858b

#06858b

Complementary Color

#06858b #8b0c06

#06858b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06858b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06858b Color CSS Codes

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

#06858b Text Font Color

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

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


#06858b Background Color

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

This div background color is #06858b


#06858b Border Color

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

This div border color is #06858b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06858b


Comments

No comments written yet.

Please login to write comment.