Shades of Blue Stone #0C6D63
Tints of Blue Stone #0C6D63
RGB
CMYK
RGB Variations
Color information
#0C6D63 (or 0x0C6D63) is known color: Blue Stone. HEX triplet: 0C, 6D and 63. RGB value is (12,109,99). Sum of RGB (Red+Green+Blue) = 12+109+99=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #0C6D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6D63 is #F3929C. Grayscale: #4E4E4E. Windows color (decimal): -15962781 or 6515980. OLE color: 6515980.
HSL color Cylindrical-coordinate representation of color #0C6D63: hue angle of 173.81º 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 #0C6D63 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 109 | 99 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.57 |
| HSL | 173.81º | 0.8% | 0.24% | - |
| HSV(B) | 173.81º | 0.89% | 0.43% | - |
| XYZ | 7.87 | 11.92 | 13.69 | - |
| YUV | 78.86 | 139.36 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 109 | 99 | 0.89 | 0 | 0.09 | 0.57 | 173.81 | 0.8 | 0.24 |
| Hex | C | 6D | 63 | 59 | 0 | 9 | 39 | AE | 50 | 18 |
| Octal | 14 | 155 | 143 | 131 | 0 | 11 | 71 | 256 | 120 | 30 |
| Binary | 1100 | 1101101 | 1100011 | 1011001 | 0 | 1001 | 111001 | 10101110 | 1010000 | 11000 |
Color Harmonies of #0C6D63
Complementary color
Monochromatic Colors of #0C6D63
Black with #0C6D63
Text Example
Text Example
White with #0C6D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6D63; }
p { color: rgb(12,109,99); }
H1.HeaderClassName
{
color: #0C6D63;
}
.AnyTagClassName
{
color: #0C6D63;
}
</style>
background-color css
<style>
a { background-color: #0C6D63; }
a { background-color: rgb(12,109,99); }
div.DivClassName
{
background-color: #0C6D63;
}
.BgClassName
{
background-color: #0C6D63;
}
</style>
border-color css
<style>
span { border-color: #0C6D63; }
span { border-color: rgb(12,109,99); }
td.TdClassName
{
border-color: #0C6D63;
}
.TagClassName
{
border-color: #0C6D63;
}
</style>