Shades of Blue Stone #0A6866
Tints of Blue Stone #0A6866
RGB
CMYK
RGB Variations
Color information
#0A6866 (or 0x0A6866) is known color: Blue Stone. HEX triplet: 0A, 68 and 66. RGB value is (10,104,102). Sum of RGB (Red+Green+Blue) = 10+104+102=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6866 is #F59799. Grayscale: #4B4B4B. Windows color (decimal): -16095130 or 6711306. OLE color: 6711306.
HSL color Cylindrical-coordinate representation of color #0A6866: hue angle of 178.72º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6866 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 104 | 102 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.59 |
| HSL | 178.72º | 0.82% | 0.22% | - |
| HSV(B) | 178.72º | 0.9% | 0.41% | - |
| XYZ | 7.47 | 10.92 | 14.29 | - |
| YUV | 75.67 | 142.86 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 102 | 0.90 | 0 | 0.02 | 0.59 | 178.72 | 0.82 | 0.22 |
| Hex | A | 68 | 66 | 5A | 0 | 2 | 3B | B3 | 52 | 16 |
| Octal | 12 | 150 | 146 | 132 | 0 | 2 | 73 | 263 | 122 | 26 |
| Binary | 1010 | 1101000 | 1100110 | 1011010 | 0 | 10 | 111011 | 10110011 | 1010010 | 10110 |
Color Harmonies of #0A6866
Complementary color
Monochromatic Colors of #0A6866
Black with #0A6866
Text Example
Text Example
White with #0A6866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6866; }
p { color: rgb(10,104,102); }
H1.HeaderClassName
{
color: #0A6866;
}
.AnyTagClassName
{
color: #0A6866;
}
</style>
background-color css
<style>
a { background-color: #0A6866; }
a { background-color: rgb(10,104,102); }
div.DivClassName
{
background-color: #0A6866;
}
.BgClassName
{
background-color: #0A6866;
}
</style>
border-color css
<style>
span { border-color: #0A6866; }
span { border-color: rgb(10,104,102); }
td.TdClassName
{
border-color: #0A6866;
}
.TagClassName
{
border-color: #0A6866;
}
</style>