#096861

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

Shades of Blue Stone #096861

Tints of Blue Stone #096861

Color information

#096861 (or 0x096861) is unknown color: approx Blue Stone. HEX triplet: 09, 68 and 61. RGB value is (9,104,97). Sum of RGB (Red+Green+Blue) = 9+104+97=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #096861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096861 is #F6979E. Grayscale: #4A4A4A. Windows color (decimal): -16160671 or 6383625. OLE color: 6383625.

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

Color convert

RGB910497-
CMYK0.9100.070.59
HSL175.58º84.07%22.16%-
HSV(B)175.58º91.35%40.78%-
XYZ7.2210.8213.02-
YUV74.8140.5381.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.29%
GREEN value IS 104 (41.02% from 255) = 49.52%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=4.29%
G=49.52%
B=46.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9104970.9100.070.59175.5884.0722.16
Hex968615B073Bb05416
Octal11150141133077326012426
Binary1001110100011000011011011011111101110110000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096861; }

 p { color: rgb(9,104,97); }

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

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

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

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

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

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

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