Shades of Blue Stone #0C6668
Tints of Blue Stone #0C6668
RGB
CMYK
RGB Variations
Color information
#0C6668 (or 0x0C6668) is known color: Blue Stone. HEX triplet: 0C, 66 and 68. RGB value is (12,102,104). Sum of RGB (Red+Green+Blue) = 12+102+104=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #0C6668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6668 is #F39997. Grayscale: #4B4B4B. Windows color (decimal): -15964568 or 6841868. OLE color: 6841868.
HSL color Cylindrical-coordinate representation of color #0C6668: hue angle of 181.3º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6668 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 102 | 104 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.59 |
| HSL | 181.3º | 0.79% | 0.23% | - |
| HSV(B) | 181.3º | 0.88% | 0.41% | - |
| XYZ | 7.4 | 10.58 | 14.75 | - |
| YUV | 75.32 | 144.18 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 104 | 0.88 | 0.02 | 0 | 0.59 | 181.3 | 0.79 | 0.23 |
| Hex | C | 66 | 68 | 58 | 2 | 0 | 3B | B5 | 4F | 17 |
| Octal | 14 | 146 | 150 | 130 | 2 | 0 | 73 | 265 | 117 | 27 |
| Binary | 1100 | 1100110 | 1101000 | 1011000 | 10 | 0 | 111011 | 10110101 | 1001111 | 10111 |
Color Harmonies of #0C6668
Complementary color
Monochromatic Colors of #0C6668
Black with #0C6668
Text Example
Text Example
White with #0C6668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6668; }
p { color: rgb(12,102,104); }
H1.HeaderClassName
{
color: #0C6668;
}
.AnyTagClassName
{
color: #0C6668;
}
</style>
background-color css
<style>
a { background-color: #0C6668; }
a { background-color: rgb(12,102,104); }
div.DivClassName
{
background-color: #0C6668;
}
.BgClassName
{
background-color: #0C6668;
}
</style>
border-color css
<style>
span { border-color: #0C6668; }
span { border-color: rgb(12,102,104); }
td.TdClassName
{
border-color: #0C6668;
}
.TagClassName
{
border-color: #0C6668;
}
</style>