Shades of Blue Stone #0C6D6C
Tints of Blue Stone #0C6D6C
RGB
CMYK
RGB Variations
Color information
#0C6D6C (or 0x0C6D6C) is known color: Blue Stone. HEX triplet: 0C, 6D and 6C. RGB value is (12,109,108). Sum of RGB (Red+Green+Blue) = 12+109+108=229 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.24% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 109 - color contains mainly: green. Hex color #0C6D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6D6C is #F39293. Grayscale: #4F4F4F. Windows color (decimal): -15962772 or 7105804. OLE color: 7105804.
HSL color Cylindrical-coordinate representation of color #0C6D6C: hue angle of 179.38º 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 #0C6D6C is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 109 | 108 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.57 |
| HSL | 179.38º | 0.8% | 0.24% | - |
| HSV(B) | 179.38º | 0.89% | 0.43% | - |
| XYZ | 8.33 | 12.1 | 16.08 | - |
| YUV | 79.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 109 | 108 | 0.89 | 0 | 0.01 | 0.57 | 179.38 | 0.8 | 0.24 |
| Hex | C | 6D | 6C | 59 | 0 | 1 | 39 | B3 | 50 | 18 |
| Octal | 14 | 155 | 154 | 131 | 0 | 1 | 71 | 263 | 120 | 30 |
| Binary | 1100 | 1101101 | 1101100 | 1011001 | 0 | 1 | 111001 | 10110011 | 1010000 | 11000 |
Color Harmonies of #0C6D6C
Complementary color
Monochromatic Colors of #0C6D6C
Black with #0C6D6C
Text Example
Text Example
White with #0C6D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6D6C; }
p { color: rgb(12,109,108); }
H1.HeaderClassName
{
color: #0C6D6C;
}
.AnyTagClassName
{
color: #0C6D6C;
}
</style>
background-color css
<style>
a { background-color: #0C6D6C; }
a { background-color: rgb(12,109,108); }
div.DivClassName
{
background-color: #0C6D6C;
}
.BgClassName
{
background-color: #0C6D6C;
}
</style>
border-color css
<style>
span { border-color: #0C6D6C; }
span { border-color: rgb(12,109,108); }
td.TdClassName
{
border-color: #0C6D6C;
}
.TagClassName
{
border-color: #0C6D6C;
}
</style>