Color Hex Logo

#06849f Color Hex

#06849F
(6,132,159)
0 Favorites   0 Comments

Color spaces of #06849f

RGB 6132159
HSL0.530.930.32
HSV191°96°62°
CMYK 0.960.170.00   0.38
XYZ14.584419.044435.7082
Yxy19.04440.21030.2747
Hunter Lab43.6399-16.7153-17.9659
CIE-Lab50.7391-19.9860-22.8543

#06849f color RGB value is (6,132,159).

#06849f hex color red value is 6, green value is 132 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #06849f hue: 0.53 , saturation: 0.93 and the lightness value of 06849f is 0.32.

The process color (four color CMYK) of #06849f color hex is 0.96, 0.17, 0.00, 0.38. Web safe color of #06849f is #009999. Color #06849f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000100 10011111
Octal 6 204 237
Decimal 6 132 159
Hex 6 84 9F

RGB Percentages of Color #06849f

%2.02
%44.44
%53.54

CMYK Percentages of Color #06849f

%96
%17
%0
%38

Triadic Colors of #06849f

#06849f #9f0684 #849f06

Analogous Colors of #06849f

#06849f #06379f #069f6e

Monochromatic Colors of #06849f

#06849f

Complementary Color

#06849f #9f2106

#06849f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06849f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06849f Color CSS Codes

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

#06849f Text Font Color

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

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


#06849f Background Color

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

This div background color is #06849f


#06849f Border Color

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

This div border color is #06849f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,132,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06849f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06849f;
  -webkit-box-shadow: 1px 1px 3px 2px #06849f;
  box-shadow:         1px 1px 3px 2px #06849f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06849f


Comments

No comments written yet.

Please login to write comment.