Shades of Blue Stone #0C655D
Tints of Blue Stone #0C655D
RGB
CMYK
RGB Variations
Color information
#0C655D (or 0x0C655D) is known color: Blue Stone. HEX triplet: 0C, 65 and 5D. RGB value is (12,101,93). Sum of RGB (Red+Green+Blue) = 12+101+93=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 101 - color contains mainly: green. Hex color #0C655D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C655D is #F39AA2. Grayscale: #494949. Windows color (decimal): -15964835 or 6120716. OLE color: 6120716.
HSL color Cylindrical-coordinate representation of color #0C655D: hue angle of 174.61º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C655D is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 101 | 93 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.60 |
| HSL | 174.61º | 0.79% | 0.22% | - |
| HSV(B) | 174.61º | 0.88% | 0.4% | - |
| XYZ | 6.78 | 10.18 | 11.96 | - |
| YUV | 73.48 | 139.01 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 93 | 0.88 | 0 | 0.08 | 0.60 | 174.61 | 0.79 | 0.22 |
| Hex | C | 65 | 5D | 58 | 0 | 8 | 3C | AF | 4F | 16 |
| Octal | 14 | 145 | 135 | 130 | 0 | 10 | 74 | 257 | 117 | 26 |
| Binary | 1100 | 1100101 | 1011101 | 1011000 | 0 | 1000 | 111100 | 10101111 | 1001111 | 10110 |
Color Harmonies of #0C655D
Complementary color
Monochromatic Colors of #0C655D
Black with #0C655D
Text Example
Text Example
White with #0C655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C655D; }
p { color: rgb(12,101,93); }
H1.HeaderClassName
{
color: #0C655D;
}
.AnyTagClassName
{
color: #0C655D;
}
</style>
background-color css
<style>
a { background-color: #0C655D; }
a { background-color: rgb(12,101,93); }
div.DivClassName
{
background-color: #0C655D;
}
.BgClassName
{
background-color: #0C655D;
}
</style>
border-color css
<style>
span { border-color: #0C655D; }
span { border-color: rgb(12,101,93); }
td.TdClassName
{
border-color: #0C655D;
}
.TagClassName
{
border-color: #0C655D;
}
</style>