#096964

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

Shades of Blue Stone #096964

Tints of Blue Stone #096964

Color information

#096964 (or 0x096964) is unknown color: approx Blue Stone. HEX triplet: 09, 69 and 64. RGB value is (9,105,100). Sum of RGB (Red+Green+Blue) = 9+105+100=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #096964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096964 is #F6969B. Grayscale: #4B4B4B. Windows color (decimal): -16160412 or 6580489. OLE color: 6580489.

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

Color convert

RGB9105100-
CMYK0.9100.050.59
HSL176.88º84.21%22.35%-
HSV(B)176.88º91.43%41.18%-
XYZ7.4611.0813.8-
YUV75.73141.780.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 105 (41.41% from 255) = 49.07%
BLUE value IS 100 (39.45% from 255) = 46.73%
R=4.21%
G=49.07%
B=46.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91051000.9100.050.59176.8884.2122.35
Hex969645B053Bb15416
Octal11151144133057326112426
Binary1001110100111001001011011010111101110110001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096964; }

 p { color: rgb(9,105,100); }

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

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

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

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

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

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

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