Shades of Blue Stone #0C6569
Tints of Blue Stone #0C6569
RGB
CMYK
RGB Variations
Color information
#0C6569 (or 0x0C6569) is known color: Blue Stone. HEX triplet: 0C, 65 and 69. RGB value is (12,101,105). Sum of RGB (Red+Green+Blue) = 12+101+105=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C6569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6569 is #F39A96. Grayscale: #4A4A4A. Windows color (decimal): -15964823 or 6907148. OLE color: 6907148.
HSL color Cylindrical-coordinate representation of color #0C6569: hue angle of 182.58º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6569 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 101 | 105 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.59 |
| HSL | 182.58º | 0.79% | 0.23% | - |
| HSV(B) | 182.58º | 0.89% | 0.41% | - |
| XYZ | 7.36 | 10.41 | 14.99 | - |
| YUV | 74.85 | 145.01 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 105 | 0.89 | 0.04 | 0 | 0.59 | 182.58 | 0.79 | 0.23 |
| Hex | C | 65 | 69 | 59 | 4 | 0 | 3B | B7 | 4F | 17 |
| Octal | 14 | 145 | 151 | 131 | 4 | 0 | 73 | 267 | 117 | 27 |
| Binary | 1100 | 1100101 | 1101001 | 1011001 | 100 | 0 | 111011 | 10110111 | 1001111 | 10111 |
Color Harmonies of #0C6569
Complementary color
Monochromatic Colors of #0C6569
Black with #0C6569
Text Example
Text Example
White with #0C6569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6569; }
p { color: rgb(12,101,105); }
H1.HeaderClassName
{
color: #0C6569;
}
.AnyTagClassName
{
color: #0C6569;
}
</style>
background-color css
<style>
a { background-color: #0C6569; }
a { background-color: rgb(12,101,105); }
div.DivClassName
{
background-color: #0C6569;
}
.BgClassName
{
background-color: #0C6569;
}
</style>
border-color css
<style>
span { border-color: #0C6569; }
span { border-color: rgb(12,101,105); }
td.TdClassName
{
border-color: #0C6569;
}
.TagClassName
{
border-color: #0C6569;
}
</style>