Shades of Blue Stone #0C6F65
Tints of Blue Stone #0C6F65
RGB
CMYK
RGB Variations
Color information
#0C6F65 (or 0x0C6F65) is known color: Blue Stone. HEX triplet: 0C, 6F and 65. RGB value is (12,111,101). Sum of RGB (Red+Green+Blue) = 12+111+101=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #0C6F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6F65 is #F3909A. Grayscale: #505050. Windows color (decimal): -15962267 or 6647564. OLE color: 6647564.
HSL color Cylindrical-coordinate representation of color #0C6F65: hue angle of 173.94º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6F65 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 111 | 101 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.56 |
| HSL | 173.94º | 0.8% | 0.24% | - |
| HSV(B) | 173.94º | 0.89% | 0.44% | - |
| XYZ | 8.19 | 12.39 | 14.27 | - |
| YUV | 80.26 | 139.7 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 111 | 101 | 0.89 | 0 | 0.09 | 0.56 | 173.94 | 0.8 | 0.24 |
| Hex | C | 6F | 65 | 59 | 0 | 9 | 38 | AE | 50 | 18 |
| Octal | 14 | 157 | 145 | 131 | 0 | 11 | 70 | 256 | 120 | 30 |
| Binary | 1100 | 1101111 | 1100101 | 1011001 | 0 | 1001 | 111000 | 10101110 | 1010000 | 11000 |
Color Harmonies of #0C6F65
Complementary color
Monochromatic Colors of #0C6F65
Black with #0C6F65
Text Example
Text Example
White with #0C6F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6F65; }
p { color: rgb(12,111,101); }
H1.HeaderClassName
{
color: #0C6F65;
}
.AnyTagClassName
{
color: #0C6F65;
}
</style>
background-color css
<style>
a { background-color: #0C6F65; }
a { background-color: rgb(12,111,101); }
div.DivClassName
{
background-color: #0C6F65;
}
.BgClassName
{
background-color: #0C6F65;
}
</style>
border-color css
<style>
span { border-color: #0C6F65; }
span { border-color: rgb(12,111,101); }
td.TdClassName
{
border-color: #0C6F65;
}
.TagClassName
{
border-color: #0C6F65;
}
</style>