#096662

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

Shades of Blue Stone #096662

Tints of Blue Stone #096662

Color information

#096662 (or 0x096662) is unknown color: approx Blue Stone. HEX triplet: 09, 66 and 62. RGB value is (9,102,98). Sum of RGB (Red+Green+Blue) = 9+102+98=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #096662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096662 is #F6999D. Grayscale: #494949. Windows color (decimal): -16161182 or 6448649. OLE color: 6448649.

HSL color Cylindrical-coordinate representation of color #096662: hue angle of 177.42º 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 #096662 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB910298-
CMYK0.9100.040.6
HSL177.42º83.78%21.76%-
HSV(B)177.42º91.18%40%-
XYZ7.0710.4413.2-
YUV73.74141.6981.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 102 (40.23% from 255) = 48.80%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=4.31%
G=48.80%
B=46.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102980.9100.040.6177.4283.7821.76
Hex966625B043Cb15416
Octal11146142133047426112426
Binary1001110011011000101011011010011110010110001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096662; }

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

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

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

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

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

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

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

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