Shades of Blue Stone #0C6363
Tints of Blue Stone #0C6363
RGB
CMYK
RGB Variations
Color information
#0C6363 (or 0x0C6363) is known color: Blue Stone. HEX triplet: 0C, 63 and 63. RGB value is (12,99,99). Sum of RGB (Red+Green+Blue) = 12+99+99=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #0C6363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6363 is #F39C9C. Grayscale: #484848. Windows color (decimal): -15965341 or 6513420. OLE color: 6513420.
HSL color Cylindrical-coordinate representation of color #0C6363: hue angle of 180º degrees, saturation: 0.78, 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 #0C6363 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 99 | 99 | - |
| CMYK | 0.88 | 0 | 0 | 0.61 |
| HSL | 180º | 0.78% | 0.22% | - |
| HSV(B) | 180º | 0.88% | 0.39% | - |
| XYZ | 6.87 | 9.9 | 13.35 | - |
| YUV | 72.99 | 142.68 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 99 | 99 | 0.88 | 0 | 0 | 0.61 | 180 | 0.78 | 0.22 |
| Hex | C | 63 | 63 | 58 | 0 | 0 | 3D | B4 | 4E | 16 |
| Octal | 14 | 143 | 143 | 130 | 0 | 0 | 75 | 264 | 116 | 26 |
| Binary | 1100 | 1100011 | 1100011 | 1011000 | 0 | 0 | 111101 | 10110100 | 1001110 | 10110 |
Color Harmonies of #0C6363
Complementary color
Monochromatic Colors of #0C6363
Black with #0C6363
Text Example
Text Example
White with #0C6363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6363; }
p { color: rgb(12,99,99); }
H1.HeaderClassName
{
color: #0C6363;
}
.AnyTagClassName
{
color: #0C6363;
}
</style>
background-color css
<style>
a { background-color: #0C6363; }
a { background-color: rgb(12,99,99); }
div.DivClassName
{
background-color: #0C6363;
}
.BgClassName
{
background-color: #0C6363;
}
</style>
border-color css
<style>
span { border-color: #0C6363; }
span { border-color: rgb(12,99,99); }
td.TdClassName
{
border-color: #0C6363;
}
.TagClassName
{
border-color: #0C6363;
}
</style>