Shades of Blue Stone #0C696A
Tints of Blue Stone #0C696A
RGB
CMYK
RGB Variations
Color information
#0C696A (or 0x0C696A) is known color: Blue Stone. HEX triplet: 0C, 69 and 6A. RGB value is (12,105,106). Sum of RGB (Red+Green+Blue) = 12+105+106=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C696A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C696A is #F39695. Grayscale: #4D4D4D. Windows color (decimal): -15963798 or 6973708. OLE color: 6973708.
HSL color Cylindrical-coordinate representation of color #0C696A: hue angle of 180.64º 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 #0C696A is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 105 | 106 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.58 |
| HSL | 180.64º | 0.8% | 0.23% | - |
| HSV(B) | 180.64º | 0.89% | 0.42% | - |
| XYZ | 7.8 | 11.22 | 15.39 | - |
| YUV | 77.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 105 | 106 | 0.89 | 0.01 | 0 | 0.58 | 180.64 | 0.8 | 0.23 |
| Hex | C | 69 | 6A | 59 | 1 | 0 | 3A | B5 | 50 | 17 |
| Octal | 14 | 151 | 152 | 131 | 1 | 0 | 72 | 265 | 120 | 27 |
| Binary | 1100 | 1101001 | 1101010 | 1011001 | 1 | 0 | 111010 | 10110101 | 1010000 | 10111 |
Color Harmonies of #0C696A
Complementary color
Monochromatic Colors of #0C696A
Black with #0C696A
Text Example
Text Example
White with #0C696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C696A; }
p { color: rgb(12,105,106); }
H1.HeaderClassName
{
color: #0C696A;
}
.AnyTagClassName
{
color: #0C696A;
}
</style>
background-color css
<style>
a { background-color: #0C696A; }
a { background-color: rgb(12,105,106); }
div.DivClassName
{
background-color: #0C696A;
}
.BgClassName
{
background-color: #0C696A;
}
</style>
border-color css
<style>
span { border-color: #0C696A; }
span { border-color: rgb(12,105,106); }
td.TdClassName
{
border-color: #0C696A;
}
.TagClassName
{
border-color: #0C696A;
}
</style>