#096464

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

Shades of Blue Stone #096464

Tints of Blue Stone #096464

Color information

#096464 (or 0x096464) is unknown color: approx Blue Stone. HEX triplet: 09, 64 and 64. RGB value is (9,100,100). Sum of RGB (Red+Green+Blue) = 9+100+100=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: green, blue. Hex color #096464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096464 is #F69B9B. Grayscale: #484848. Windows color (decimal): -16161692 or 6579209. OLE color: 6579209.

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

Color convert

RGB9100100-
CMYK0.91000.61
HSL180º83.49%21.37%-
HSV(B)180º91%39.22%-
XYZ6.9710.0913.64-
YUV72.79143.3582.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 100 (39.45% from 255) = 47.85%
BLUE value IS 100 (39.45% from 255) = 47.85%
R=4.31%
G=47.85%
B=47.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal91001000.91000.6118083.4921.37
Hex964645B003Db45315
Octal11144144133007526412325
Binary10011100100110010010110110011110110110100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096464; }

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

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

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

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

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

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

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

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