Shades of Blue Stone #086B68
Tints of Blue Stone #086B68
RGB
CMYK
RGB Variations
Color information
#086B68 (or 0x086B68) is known color: Blue Stone. HEX triplet: 08, 6B and 68. RGB value is (8,107,104). Sum of RGB (Red+Green+Blue) = 8+107+104=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 107 (42.19% from 255 or 48.86% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 107 - color contains mainly: green. Hex color #086B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B68 is #F79497. Grayscale: #4C4C4C. Windows color (decimal): -16225432 or 6843144. OLE color: 6843144.
HSL color Cylindrical-coordinate representation of color #086B68: hue angle of 178.18º 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 #086B68 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 107 | 104 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.58 |
| HSL | 178.18º | 0.86% | 0.23% | - |
| HSV(B) | 178.18º | 0.93% | 0.42% | - |
| XYZ | 7.86 | 11.57 | 14.92 | - |
| YUV | 77.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 104 | 0.93 | 0 | 0.03 | 0.58 | 178.18 | 0.86 | 0.23 |
| Hex | 8 | 6B | 68 | 5D | 0 | 3 | 3A | B2 | 56 | 17 |
| Octal | 10 | 153 | 150 | 135 | 0 | 3 | 72 | 262 | 126 | 27 |
| Binary | 1000 | 1101011 | 1101000 | 1011101 | 0 | 11 | 111010 | 10110010 | 1010110 | 10111 |
Color Harmonies of #086B68
Complementary color
Monochromatic Colors of #086B68
Black with #086B68
Text Example
Text Example
White with #086B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086B68; }
p { color: rgb(8,107,104); }
H1.HeaderClassName
{
color: #086B68;
}
.AnyTagClassName
{
color: #086B68;
}
</style>
background-color css
<style>
a { background-color: #086B68; }
a { background-color: rgb(8,107,104); }
div.DivClassName
{
background-color: #086B68;
}
.BgClassName
{
background-color: #086B68;
}
</style>
border-color css
<style>
span { border-color: #086B68; }
span { border-color: rgb(8,107,104); }
td.TdClassName
{
border-color: #086B68;
}
.TagClassName
{
border-color: #086B68;
}
</style>