Shades of Blue Stone #0C6D61
Tints of Blue Stone #0C6D61
RGB
CMYK
RGB Variations
Color information
#0C6D61 (or 0x0C6D61) is known color: Blue Stone. HEX triplet: 0C, 6D and 61. RGB value is (12,109,97). Sum of RGB (Red+Green+Blue) = 12+109+97=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #0C6D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6D61 is #F3929E. Grayscale: #4E4E4E. Windows color (decimal): -15962783 or 6384908. OLE color: 6384908.
HSL color Cylindrical-coordinate representation of color #0C6D61: hue angle of 172.58º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6D61 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 109 | 97 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.57 |
| HSL | 172.58º | 0.8% | 0.24% | - |
| HSV(B) | 172.58º | 0.89% | 0.43% | - |
| XYZ | 7.78 | 11.88 | 13.19 | - |
| YUV | 78.63 | 138.36 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 109 | 97 | 0.89 | 0 | 0.11 | 0.57 | 172.58 | 0.8 | 0.24 |
| Hex | C | 6D | 61 | 59 | 0 | B | 39 | AD | 50 | 18 |
| Octal | 14 | 155 | 141 | 131 | 0 | 13 | 71 | 255 | 120 | 30 |
| Binary | 1100 | 1101101 | 1100001 | 1011001 | 0 | 1011 | 111001 | 10101101 | 1010000 | 11000 |
Color Harmonies of #0C6D61
Complementary color
Monochromatic Colors of #0C6D61
Black with #0C6D61
Text Example
Text Example
White with #0C6D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6D61; }
p { color: rgb(12,109,97); }
H1.HeaderClassName
{
color: #0C6D61;
}
.AnyTagClassName
{
color: #0C6D61;
}
</style>
background-color css
<style>
a { background-color: #0C6D61; }
a { background-color: rgb(12,109,97); }
div.DivClassName
{
background-color: #0C6D61;
}
.BgClassName
{
background-color: #0C6D61;
}
</style>
border-color css
<style>
span { border-color: #0C6D61; }
span { border-color: rgb(12,109,97); }
td.TdClassName
{
border-color: #0C6D61;
}
.TagClassName
{
border-color: #0C6D61;
}
</style>