Shades of Blue Stone #086A68
Tints of Blue Stone #086A68
RGB
CMYK
RGB Variations
Color information
#086A68 (or 0x086A68) is known color: Blue Stone. HEX triplet: 08, 6A and 68. RGB value is (8,106,104). Sum of RGB (Red+Green+Blue) = 8+106+104=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #086A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086A68 is #F79597. Grayscale: #4C4C4C. Windows color (decimal): -16225688 or 6842888. OLE color: 6842888.
HSL color Cylindrical-coordinate representation of color #086A68: hue angle of 178.78º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086A68 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 106 | 104 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.58 |
| HSL | 178.78º | 0.86% | 0.22% | - |
| HSV(B) | 178.78º | 0.92% | 0.42% | - |
| XYZ | 7.75 | 11.36 | 14.88 | - |
| YUV | 76.47 | 143.53 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 104 | 0.92 | 0 | 0.02 | 0.58 | 178.78 | 0.86 | 0.22 |
| Hex | 8 | 6A | 68 | 5C | 0 | 2 | 3A | B3 | 56 | 16 |
| Octal | 10 | 152 | 150 | 134 | 0 | 2 | 72 | 263 | 126 | 26 |
| Binary | 1000 | 1101010 | 1101000 | 1011100 | 0 | 10 | 111010 | 10110011 | 1010110 | 10110 |
Color Harmonies of #086A68
Complementary color
Monochromatic Colors of #086A68
Black with #086A68
Text Example
Text Example
White with #086A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086A68; }
p { color: rgb(8,106,104); }
H1.HeaderClassName
{
color: #086A68;
}
.AnyTagClassName
{
color: #086A68;
}
</style>
background-color css
<style>
a { background-color: #086A68; }
a { background-color: rgb(8,106,104); }
div.DivClassName
{
background-color: #086A68;
}
.BgClassName
{
background-color: #086A68;
}
</style>
border-color css
<style>
span { border-color: #086A68; }
span { border-color: rgb(8,106,104); }
td.TdClassName
{
border-color: #086A68;
}
.TagClassName
{
border-color: #086A68;
}
</style>