Color Hex Logo

#06099d Color Hex

#06099D
(6,9,157)
0 Favorites   0 Comments

Color spaces of #06099d

RGB 69157
HSL0.660.930.32
HSV239°96°62°
CMYK 0.960.940.00   0.38
XYZ6.25862.668432.0835
Yxy2.66840.15260.0651
Hunter Lab16.335239.8029-105.0149
CIE-Lab18.663752.4937-73.3225

#06099d color RGB value is (6,9,157).

#06099d hex color red value is 6, green value is 9 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #06099d hue: 0.66 , saturation: 0.93 and the lightness value of 06099d is 0.32.

The process color (four color CMYK) of #06099d color hex is 0.96, 0.94, 0.00, 0.38. Web safe color of #06099d is #000099. Color #06099d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001001 10011101
Octal 6 11 235
Decimal 6 9 157
Hex 6 9 9D

RGB Percentages of Color #06099d

%3.49
%5.23
%91.28

CMYK Percentages of Color #06099d

%96
%94
%0
%38

Triadic Colors of #06099d

#06099d #9d0609 #099d06

Analogous Colors of #06099d

#06099d #4e069d #06559d

Monochromatic Colors of #06099d

#06099d

Complementary Color

#06099d #9d9a06

#06099d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06099d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06099d Color CSS Codes

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

#06099d Text Font Color

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

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


#06099d Background Color

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

This div background color is #06099d


#06099d Border Color

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

This div border color is #06099d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,9,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06099d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06099d;
  -webkit-box-shadow: 1px 1px 3px 2px #06099d;
  box-shadow:         1px 1px 3px 2px #06099d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06099d


Comments

No comments written yet.

Please login to write comment.