Shades of Blue Stone #0A6867
Tints of Blue Stone #0A6867
RGB
CMYK
RGB Variations
Color information
#0A6867 (or 0x0A6867) is known color: Blue Stone. HEX triplet: 0A, 68 and 67. RGB value is (10,104,103). Sum of RGB (Red+Green+Blue) = 10+104+103=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6867 is #F59798. Grayscale: #4B4B4B. Windows color (decimal): -16095129 or 6776842. OLE color: 6776842.
HSL color Cylindrical-coordinate representation of color #0A6867: hue angle of 179.36º 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 #0A6867 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 104 | 103 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.59 |
| HSL | 179.36º | 0.82% | 0.22% | - |
| HSV(B) | 179.36º | 0.9% | 0.41% | - |
| XYZ | 7.52 | 10.94 | 14.55 | - |
| YUV | 75.78 | 143.36 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 103 | 0.90 | 0 | 0.01 | 0.59 | 179.36 | 0.82 | 0.22 |
| Hex | A | 68 | 67 | 5A | 0 | 1 | 3B | B3 | 52 | 16 |
| Octal | 12 | 150 | 147 | 132 | 0 | 1 | 73 | 263 | 122 | 26 |
| Binary | 1010 | 1101000 | 1100111 | 1011010 | 0 | 1 | 111011 | 10110011 | 1010010 | 10110 |
Color Harmonies of #0A6867
Complementary color
Monochromatic Colors of #0A6867
Black with #0A6867
Text Example
Text Example
White with #0A6867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6867; }
p { color: rgb(10,104,103); }
H1.HeaderClassName
{
color: #0A6867;
}
.AnyTagClassName
{
color: #0A6867;
}
</style>
background-color css
<style>
a { background-color: #0A6867; }
a { background-color: rgb(10,104,103); }
div.DivClassName
{
background-color: #0A6867;
}
.BgClassName
{
background-color: #0A6867;
}
</style>
border-color css
<style>
span { border-color: #0A6867; }
span { border-color: rgb(10,104,103); }
td.TdClassName
{
border-color: #0A6867;
}
.TagClassName
{
border-color: #0A6867;
}
</style>