#096666

Color #096666 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #096666

Tints of Blue Stone #096666

Color information

#096666 (or 0x096666) is unknown color: approx Blue Stone. HEX triplet: 09, 66 and 66. RGB value is (9,102,102). Sum of RGB (Red+Green+Blue) = 9+102+102=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #096666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096666 is #F69999. Grayscale: #4A4A4A. Windows color (decimal): -16161178 or 6710793. OLE color: 6710793.

HSL color Cylindrical-coordinate representation of color #096666: hue angle of 180º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096666 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9102102-
CMYK0.91000.6
HSL180º83.78%21.76%-
HSV(B)180º91.18%40%-
XYZ7.2610.5214.22-
YUV74.19143.6981.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 102 (40.23% from 255) = 47.89%
BLUE value IS 102 (40.23% from 255) = 47.89%
R=4.23%
G=47.89%
B=47.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal91021020.91000.618083.7821.76
Hex966665B003Cb45416
Octal11146146133007426412426
Binary10011100110110011010110110011110010110100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096666; }

 p { color: rgb(9,102,102); }

 H1.HeaderClassName
 {
   color: #096666;
 }
 .AnyTagClassName
 {
   color: #096666;
 }
</style>
background-color css

<style>
 a { background-color: #096666; }

 a { background-color: rgb(9,102,102); }

 div.DivClassName
 {
   background-color: #096666;
 }
 .BgClassName
 {
   background-color: #096666;
 }
</style>
border-color css

<style>
 span { border-color: #096666; }

 span { border-color: rgb(9,102,102); }

 td.TdClassName
 {
   border-color: #096666;
 }
 .TagClassName
 {
   border-color: #096666;
 }
</style>