#096766

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

Shades of Blue Stone #096766

Tints of Blue Stone #096766

Color information

#096766 (or 0x096766) is unknown color: approx Blue Stone. HEX triplet: 09, 67 and 66. RGB value is (9,103,102). Sum of RGB (Red+Green+Blue) = 9+103+102=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #096766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096766 is #F69899. Grayscale: #4A4A4A. Windows color (decimal): -16160922 or 6711049. OLE color: 6711049.

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

Color convert

RGB9103102-
CMYK0.9100.010.60
HSL179.36º83.93%21.96%-
HSV(B)179.36º91.26%40.39%-
XYZ7.3610.7214.25-
YUV74.78143.3681.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 103 (40.62% from 255) = 48.13%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=4.21%
G=48.13%
B=47.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91031020.9100.010.60179.3683.9321.96
Hex967665B013Cb35416
Octal11147146133017426312426
Binary10011100111110011010110110111110010110011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096766; }

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

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

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

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

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

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

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

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