#096A69

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

Shades of Blue Stone #096A69

Tints of Blue Stone #096A69

Color information

#096A69 (or 0x096A69) is unknown color: approx Blue Stone. HEX triplet: 09, 6A and 69. RGB value is (9,106,105). Sum of RGB (Red+Green+Blue) = 9+106+105=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #096A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A69 is #F69596. Grayscale: #4C4C4C. Windows color (decimal): -16160151 or 6908425. OLE color: 6908425.

HSL color Cylindrical-coordinate representation of color #096A69: hue angle of 179.38º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A69 is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB9106105-
CMYK0.9200.010.58
HSL179.38º84.35%22.55%-
HSV(B)179.38º91.51%41.57%-
XYZ7.8211.3915.15-
YUV76.88143.8679.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 106 (41.80% from 255) = 48.18%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=4.09%
G=48.18%
B=47.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91061050.9200.010.58179.3884.3522.55
Hex96A695C013Ab35417
Octal11152151134017226312427
Binary10011101010110100110111000111101010110011101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096A69; }

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

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

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

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

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

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

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

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