Shades of Blue Stone #0A6869
Tints of Blue Stone #0A6869
RGB
CMYK
RGB Variations
Color information
#0A6869 (or 0x0A6869) is known color: Blue Stone. HEX triplet: 0A, 68 and 69. RGB value is (10,104,105). Sum of RGB (Red+Green+Blue) = 10+104+105=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #0A6869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6869 is #F59796. Grayscale: #4B4B4B. Windows color (decimal): -16095127 or 6907914. OLE color: 6907914.
HSL color Cylindrical-coordinate representation of color #0A6869: hue angle of 180.63º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6869 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 104 | 105 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.59 |
| HSL | 180.63º | 0.83% | 0.23% | - |
| HSV(B) | 180.63º | 0.9% | 0.41% | - |
| XYZ | 7.63 | 10.99 | 15.08 | - |
| YUV | 76.01 | 144.36 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 105 | 0.90 | 0.01 | 0 | 0.59 | 180.63 | 0.83 | 0.23 |
| Hex | A | 68 | 69 | 5A | 1 | 0 | 3B | B5 | 53 | 17 |
| Octal | 12 | 150 | 151 | 132 | 1 | 0 | 73 | 265 | 123 | 27 |
| Binary | 1010 | 1101000 | 1101001 | 1011010 | 1 | 0 | 111011 | 10110101 | 1010011 | 10111 |
Color Harmonies of #0A6869
Complementary color
Monochromatic Colors of #0A6869
Black with #0A6869
Text Example
Text Example
White with #0A6869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6869; }
p { color: rgb(10,104,105); }
H1.HeaderClassName
{
color: #0A6869;
}
.AnyTagClassName
{
color: #0A6869;
}
</style>
background-color css
<style>
a { background-color: #0A6869; }
a { background-color: rgb(10,104,105); }
div.DivClassName
{
background-color: #0A6869;
}
.BgClassName
{
background-color: #0A6869;
}
</style>
border-color css
<style>
span { border-color: #0A6869; }
span { border-color: rgb(10,104,105); }
td.TdClassName
{
border-color: #0A6869;
}
.TagClassName
{
border-color: #0A6869;
}
</style>