Shades of Blue Stone #0C6A67
Tints of Blue Stone #0C6A67
RGB
CMYK
RGB Variations
Color information
#0C6A67 (or 0x0C6A67) is known color: Blue Stone. HEX triplet: 0C, 6A and 67. RGB value is (12,106,103). Sum of RGB (Red+Green+Blue) = 12+106+103=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #0C6A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6A67 is #F39598. Grayscale: #4D4D4D. Windows color (decimal): -15963545 or 6777356. OLE color: 6777356.
HSL color Cylindrical-coordinate representation of color #0C6A67: hue angle of 178.09º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6A67 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 106 | 103 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.58 |
| HSL | 178.09º | 0.8% | 0.23% | - |
| HSV(B) | 178.09º | 0.89% | 0.42% | - |
| XYZ | 7.75 | 11.37 | 14.62 | - |
| YUV | 77.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 106 | 103 | 0.89 | 0 | 0.03 | 0.58 | 178.09 | 0.8 | 0.23 |
| Hex | C | 6A | 67 | 59 | 0 | 3 | 3A | B2 | 50 | 17 |
| Octal | 14 | 152 | 147 | 131 | 0 | 3 | 72 | 262 | 120 | 27 |
| Binary | 1100 | 1101010 | 1100111 | 1011001 | 0 | 11 | 111010 | 10110010 | 1010000 | 10111 |
Color Harmonies of #0C6A67
Complementary color
Monochromatic Colors of #0C6A67
Black with #0C6A67
Text Example
Text Example
White with #0C6A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6A67; }
p { color: rgb(12,106,103); }
H1.HeaderClassName
{
color: #0C6A67;
}
.AnyTagClassName
{
color: #0C6A67;
}
</style>
background-color css
<style>
a { background-color: #0C6A67; }
a { background-color: rgb(12,106,103); }
div.DivClassName
{
background-color: #0C6A67;
}
.BgClassName
{
background-color: #0C6A67;
}
</style>
border-color css
<style>
span { border-color: #0C6A67; }
span { border-color: rgb(12,106,103); }
td.TdClassName
{
border-color: #0C6A67;
}
.TagClassName
{
border-color: #0C6A67;
}
</style>