#096466

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

Shades of Blue Stone #096466

Tints of Blue Stone #096466

Color information

#096466 (or 0x096466) is unknown color: approx Blue Stone. HEX triplet: 09, 64 and 66. RGB value is (9,100,102). Sum of RGB (Red+Green+Blue) = 9+100+102=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #096466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096466 is #F69B99. Grayscale: #484848. Windows color (decimal): -16161690 or 6710281. OLE color: 6710281.

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

Color convert

RGB9100102-
CMYK0.910.0200.6
HSL181.29º83.78%21.76%-
HSV(B)181.29º91.18%40%-
XYZ7.0710.1314.15-
YUV73.02144.3582.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.27%
GREEN value IS 100 (39.45% from 255) = 47.39%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=4.27%
G=47.39%
B=48.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal91001020.910.0200.6181.2983.7821.76
Hex964665B203Cb55416
Octal11144146133207426512426
Binary100111001001100110101101110011110010110101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096466; }

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

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

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

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

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

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

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

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