Color Hex Logo

#06096d Color Hex

#06096D
(6,9,109)
0 Favorites   0 Comments

Color spaces of #06096d

RGB 69109
HSL0.660.900.23
HSV238°94°43°
CMYK 0.940.920.00   0.57
XYZ2.93311.338214.5717
Yxy1.33820.15570.0710
Hunter Lab11.568125.0149-66.5870
CIE-Lab11.540138.1241-54.8182

#06096d color RGB value is (6,9,109).

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

The process color (four color CMYK) of #06096d color hex is 0.94, 0.92, 0.00, 0.57. Web safe color of #06096d is #000066. Color #06096d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001001 01101101
Octal 6 11 155
Decimal 6 9 109
Hex 6 9 6D

RGB Percentages of Color #06096d

%4.84
%7.26
%87.90

CMYK Percentages of Color #06096d

%94
%92
%0
%57

Triadic Colors of #06096d

#06096d #6d0609 #096d06

Analogous Colors of #06096d

#06096d #37066d #063d6d

Monochromatic Colors of #06096d

#06096d

Complementary Color

#06096d #6d6a06

#06096d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06096d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06096d Color CSS Codes

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

#06096d Text Font Color

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

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


#06096d Background Color

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

This div background color is #06096d


#06096d Border Color

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

This div border color is #06096d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06096d


Comments

No comments written yet.

Please login to write comment.