#096663

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

Shades of Blue Stone #096663

Tints of Blue Stone #096663

Color information

#096663 (or 0x096663) is unknown color: approx Blue Stone. HEX triplet: 09, 66 and 63. RGB value is (9,102,99). Sum of RGB (Red+Green+Blue) = 9+102+99=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #096663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096663 is #F6999C. Grayscale: #494949. Windows color (decimal): -16161181 or 6514185. OLE color: 6514185.

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

Color convert

RGB910299-
CMYK0.9100.030.6
HSL178.06º83.78%21.76%-
HSV(B)178.06º91.18%40%-
XYZ7.1210.4613.45-
YUV73.85142.1981.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.29%
GREEN value IS 102 (40.23% from 255) = 48.57%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=4.29%
G=48.57%
B=47.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9102990.9100.030.6178.0683.7821.76
Hex966635B033Cb25416
Octal11146143133037426212426
Binary100111001101100011101101101111110010110010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096663; }

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

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

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

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

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

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

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

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