Shades of Blue Stone #0C695D
Tints of Blue Stone #0C695D
RGB
CMYK
RGB Variations
Color information
#0C695D (or 0x0C695D) is known color: Blue Stone. HEX triplet: 0C, 69 and 5D. RGB value is (12,105,93). Sum of RGB (Red+Green+Blue) = 12+105+93=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #0C695D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C695D is #F396A2. Grayscale: #4B4B4B. Windows color (decimal): -15963811 or 6121740. OLE color: 6121740.
HSL color Cylindrical-coordinate representation of color #0C695D: hue angle of 172.26º 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 #0C695D is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 105 | 93 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.59 |
| HSL | 172.26º | 0.79% | 0.23% | - |
| HSV(B) | 172.26º | 0.89% | 0.41% | - |
| XYZ | 7.18 | 10.97 | 12.1 | - |
| YUV | 75.83 | 137.69 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 105 | 93 | 0.89 | 0 | 0.11 | 0.59 | 172.26 | 0.79 | 0.23 |
| Hex | C | 69 | 5D | 59 | 0 | B | 3B | AC | 4F | 17 |
| Octal | 14 | 151 | 135 | 131 | 0 | 13 | 73 | 254 | 117 | 27 |
| Binary | 1100 | 1101001 | 1011101 | 1011001 | 0 | 1011 | 111011 | 10101100 | 1001111 | 10111 |
Color Harmonies of #0C695D
Complementary color
Monochromatic Colors of #0C695D
Black with #0C695D
Text Example
Text Example
White with #0C695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C695D; }
p { color: rgb(12,105,93); }
H1.HeaderClassName
{
color: #0C695D;
}
.AnyTagClassName
{
color: #0C695D;
}
</style>
background-color css
<style>
a { background-color: #0C695D; }
a { background-color: rgb(12,105,93); }
div.DivClassName
{
background-color: #0C695D;
}
.BgClassName
{
background-color: #0C695D;
}
</style>
border-color css
<style>
span { border-color: #0C695D; }
span { border-color: rgb(12,105,93); }
td.TdClassName
{
border-color: #0C695D;
}
.TagClassName
{
border-color: #0C695D;
}
</style>