Shades of Blue Stone #0C6463
Tints of Blue Stone #0C6463
RGB
CMYK
RGB Variations
Color information
#0C6463 (or 0x0C6463) is known color: Blue Stone. HEX triplet: 0C, 64 and 63. RGB value is (12,100,99). Sum of RGB (Red+Green+Blue) = 12+100+99=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 100 - color contains mainly: green. Hex color #0C6463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6463 is #F39B9C. Grayscale: #494949. Windows color (decimal): -15965085 or 6513676. OLE color: 6513676.
HSL color Cylindrical-coordinate representation of color #0C6463: hue angle of 179.32º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6463 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 100 | 99 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.61 |
| HSL | 179.32º | 0.79% | 0.22% | - |
| HSV(B) | 179.32º | 0.88% | 0.39% | - |
| XYZ | 6.96 | 10.09 | 13.39 | - |
| YUV | 73.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 99 | 0.88 | 0 | 0.01 | 0.61 | 179.32 | 0.79 | 0.22 |
| Hex | C | 64 | 63 | 58 | 0 | 1 | 3D | B3 | 4F | 16 |
| Octal | 14 | 144 | 143 | 130 | 0 | 1 | 75 | 263 | 117 | 26 |
| Binary | 1100 | 1100100 | 1100011 | 1011000 | 0 | 1 | 111101 | 10110011 | 1001111 | 10110 |
Color Harmonies of #0C6463
Complementary color
Monochromatic Colors of #0C6463
Black with #0C6463
Text Example
Text Example
White with #0C6463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6463; }
p { color: rgb(12,100,99); }
H1.HeaderClassName
{
color: #0C6463;
}
.AnyTagClassName
{
color: #0C6463;
}
</style>
background-color css
<style>
a { background-color: #0C6463; }
a { background-color: rgb(12,100,99); }
div.DivClassName
{
background-color: #0C6463;
}
.BgClassName
{
background-color: #0C6463;
}
</style>
border-color css
<style>
span { border-color: #0C6463; }
span { border-color: rgb(12,100,99); }
td.TdClassName
{
border-color: #0C6463;
}
.TagClassName
{
border-color: #0C6463;
}
</style>