Shades of Blue Stone #086C65
Tints of Blue Stone #086C65
RGB
CMYK
RGB Variations
Color information
#086C65 (or 0x086C65) is known color: Blue Stone. HEX triplet: 08, 6C and 65. RGB value is (8,108,101). Sum of RGB (Red+Green+Blue) = 8+108+101=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 108 (42.58% from 255 or 49.77% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 108 - color contains mainly: green. Hex color #086C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C65 is #F7939A. Grayscale: #4D4D4D. Windows color (decimal): -16225179 or 6646792. OLE color: 6646792.
HSL color Cylindrical-coordinate representation of color #086C65: hue angle of 175.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086C65 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 101 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.58 |
| HSL | 175.8º | 0.86% | 0.23% | - |
| HSV(B) | 175.8º | 0.93% | 0.42% | - |
| XYZ | 7.81 | 11.72 | 14.16 | - |
| YUV | 77.3 | 141.37 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 101 | 0.93 | 0 | 0.06 | 0.58 | 175.8 | 0.86 | 0.23 |
| Hex | 8 | 6C | 65 | 5D | 0 | 6 | 3A | B0 | 56 | 17 |
| Octal | 10 | 154 | 145 | 135 | 0 | 6 | 72 | 260 | 126 | 27 |
| Binary | 1000 | 1101100 | 1100101 | 1011101 | 0 | 110 | 111010 | 10110000 | 1010110 | 10111 |
Color Harmonies of #086C65
Complementary color
Monochromatic Colors of #086C65
Black with #086C65
Text Example
Text Example
White with #086C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C65; }
p { color: rgb(8,108,101); }
H1.HeaderClassName
{
color: #086C65;
}
.AnyTagClassName
{
color: #086C65;
}
</style>
background-color css
<style>
a { background-color: #086C65; }
a { background-color: rgb(8,108,101); }
div.DivClassName
{
background-color: #086C65;
}
.BgClassName
{
background-color: #086C65;
}
</style>
border-color css
<style>
span { border-color: #086C65; }
span { border-color: rgb(8,108,101); }
td.TdClassName
{
border-color: #086C65;
}
.TagClassName
{
border-color: #086C65;
}
</style>