Shades of Blue Stone #0C6B67
Tints of Blue Stone #0C6B67
RGB
CMYK
RGB Variations
Color information
#0C6B67 (or 0x0C6B67) is known color: Blue Stone. HEX triplet: 0C, 6B and 67. RGB value is (12,107,103). Sum of RGB (Red+Green+Blue) = 12+107+103=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6B67 is #F39498. Grayscale: #4E4E4E. Windows color (decimal): -15963289 or 6777612. OLE color: 6777612.
HSL color Cylindrical-coordinate representation of color #0C6B67: hue angle of 177.47º 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 #0C6B67 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 107 | 103 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.58 |
| HSL | 177.47º | 0.8% | 0.23% | - |
| HSV(B) | 177.47º | 0.89% | 0.42% | - |
| XYZ | 7.86 | 11.57 | 14.65 | - |
| YUV | 78.14 | 142.03 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 107 | 103 | 0.89 | 0 | 0.04 | 0.58 | 177.47 | 0.8 | 0.23 |
| Hex | C | 6B | 67 | 59 | 0 | 4 | 3A | B1 | 50 | 17 |
| Octal | 14 | 153 | 147 | 131 | 0 | 4 | 72 | 261 | 120 | 27 |
| Binary | 1100 | 1101011 | 1100111 | 1011001 | 0 | 100 | 111010 | 10110001 | 1010000 | 10111 |
Color Harmonies of #0C6B67
Complementary color
Monochromatic Colors of #0C6B67
Black with #0C6B67
Text Example
Text Example
White with #0C6B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6B67; }
p { color: rgb(12,107,103); }
H1.HeaderClassName
{
color: #0C6B67;
}
.AnyTagClassName
{
color: #0C6B67;
}
</style>
background-color css
<style>
a { background-color: #0C6B67; }
a { background-color: rgb(12,107,103); }
div.DivClassName
{
background-color: #0C6B67;
}
.BgClassName
{
background-color: #0C6B67;
}
</style>
border-color css
<style>
span { border-color: #0C6B67; }
span { border-color: rgb(12,107,103); }
td.TdClassName
{
border-color: #0C6B67;
}
.TagClassName
{
border-color: #0C6B67;
}
</style>