Shades of Blue Stone #086967
Tints of Blue Stone #086967
RGB
CMYK
RGB Variations
Color information
#086967 (or 0x086967) is known color: Blue Stone. HEX triplet: 08, 69 and 67. RGB value is (8,105,103). Sum of RGB (Red+Green+Blue) = 8+105+103=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #086967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086967 is #F79698. Grayscale: #4B4B4B. Windows color (decimal): -16225945 or 6777096. OLE color: 6777096.
HSL color Cylindrical-coordinate representation of color #086967: hue angle of 178.76º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086967 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 105 | 103 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.59 |
| HSL | 178.76º | 0.86% | 0.22% | - |
| HSV(B) | 178.76º | 0.92% | 0.41% | - |
| XYZ | 7.6 | 11.13 | 14.58 | - |
| YUV | 75.77 | 143.36 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 103 | 0.92 | 0 | 0.02 | 0.59 | 178.76 | 0.86 | 0.22 |
| Hex | 8 | 69 | 67 | 5C | 0 | 2 | 3B | B3 | 56 | 16 |
| Octal | 10 | 151 | 147 | 134 | 0 | 2 | 73 | 263 | 126 | 26 |
| Binary | 1000 | 1101001 | 1100111 | 1011100 | 0 | 10 | 111011 | 10110011 | 1010110 | 10110 |
Color Harmonies of #086967
Complementary color
Monochromatic Colors of #086967
Black with #086967
Text Example
Text Example
White with #086967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086967; }
p { color: rgb(8,105,103); }
H1.HeaderClassName
{
color: #086967;
}
.AnyTagClassName
{
color: #086967;
}
</style>
background-color css
<style>
a { background-color: #086967; }
a { background-color: rgb(8,105,103); }
div.DivClassName
{
background-color: #086967;
}
.BgClassName
{
background-color: #086967;
}
</style>
border-color css
<style>
span { border-color: #086967; }
span { border-color: rgb(8,105,103); }
td.TdClassName
{
border-color: #086967;
}
.TagClassName
{
border-color: #086967;
}
</style>