Color Hex Logo

#096867 Color Hex

#096867
(9,104,103)
0 Favorites   0 Comments

Color spaces of #096867

RGB 9104103
HSL0.500.840.22
HSV179°91°41°
CMYK 0.910.000.01   0.59
XYZ7.511210.938014.5473
Yxy10.93800.22760.3315
Hunter Lab33.0726-17.3376-2.9284
CIE-Lab39.4758-24.5543-6.5959

#096867 color RGB value is (9,104,103).

#096867 hex color red value is 9, green value is 104 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #096867 hue: 0.50 , saturation: 0.84 and the lightness value of 096867 is 0.22.

The process color (four color CMYK) of #096867 color hex is 0.91, 0.00, 0.01, 0.59. Web safe color of #096867 is #006666. Color #096867 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101000 01100111
Octal 11 150 147
Decimal 9 104 103
Hex 9 68 67

RGB Percentages of Color #096867

%4.17
%48.15
%47.69

CMYK Percentages of Color #096867

%91
%0
%1
%59

Triadic Colors of #096867

#096867 #670968 #686709

Analogous Colors of #096867

#096867 #093a68 #096838

Monochromatic Colors of #096867

#096867

Complementary Color

#096867 #68090a

#096867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096867 Color CSS Codes

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

#096867 Text Font Color

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

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


#096867 Background Color

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

This div background color is #096867


#096867 Border Color

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

This div border color is #096867


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,104,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #096867; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #096867;
  -webkit-box-shadow: 1px 1px 3px 2px #096867;
  box-shadow:         1px 1px 3px 2px #096867; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096867


Comments

No comments written yet.

Please login to write comment.