Shades of Blue Stone #0C6865
Tints of Blue Stone #0C6865
RGB
CMYK
RGB Variations
Color information
#0C6865 (or 0x0C6865) is known color: Blue Stone. HEX triplet: 0C, 68 and 65. RGB value is (12,104,101). Sum of RGB (Red+Green+Blue) = 12+104+101=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #0C6865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6865 is #F3979A. Grayscale: #4C4C4C. Windows color (decimal): -15964059 or 6645772. OLE color: 6645772.
HSL color Cylindrical-coordinate representation of color #0C6865: hue angle of 178.04º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6865 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 104 | 101 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.59 |
| HSL | 178.04º | 0.79% | 0.23% | - |
| HSV(B) | 178.04º | 0.88% | 0.41% | - |
| XYZ | 7.45 | 10.92 | 14.03 | - |
| YUV | 76.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 104 | 101 | 0.88 | 0 | 0.03 | 0.59 | 178.04 | 0.79 | 0.23 |
| Hex | C | 68 | 65 | 58 | 0 | 3 | 3B | B2 | 4F | 17 |
| Octal | 14 | 150 | 145 | 130 | 0 | 3 | 73 | 262 | 117 | 27 |
| Binary | 1100 | 1101000 | 1100101 | 1011000 | 0 | 11 | 111011 | 10110010 | 1001111 | 10111 |
Color Harmonies of #0C6865
Complementary color
Monochromatic Colors of #0C6865
Black with #0C6865
Text Example
Text Example
White with #0C6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6865; }
p { color: rgb(12,104,101); }
H1.HeaderClassName
{
color: #0C6865;
}
.AnyTagClassName
{
color: #0C6865;
}
</style>
background-color css
<style>
a { background-color: #0C6865; }
a { background-color: rgb(12,104,101); }
div.DivClassName
{
background-color: #0C6865;
}
.BgClassName
{
background-color: #0C6865;
}
</style>
border-color css
<style>
span { border-color: #0C6865; }
span { border-color: rgb(12,104,101); }
td.TdClassName
{
border-color: #0C6865;
}
.TagClassName
{
border-color: #0C6865;
}
</style>