Shades of Blue Stone #0C645C
Tints of Blue Stone #0C645C
RGB
CMYK
RGB Variations
Color information
#0C645C (or 0x0C645C) is known color: Blue Stone. HEX triplet: 0C, 64 and 5C. RGB value is (12,100,92). Sum of RGB (Red+Green+Blue) = 12+100+92=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 100 - color contains mainly: green. Hex color #0C645C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C645C is #F39BA3. Grayscale: #484848. Windows color (decimal): -15965092 or 6054924. OLE color: 6054924.
HSL color Cylindrical-coordinate representation of color #0C645C: hue angle of 174.55º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C645C is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 100 | 92 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.61 |
| HSL | 174.55º | 0.79% | 0.22% | - |
| HSV(B) | 174.55º | 0.88% | 0.39% | - |
| XYZ | 6.64 | 9.97 | 11.7 | - |
| YUV | 72.78 | 138.85 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 92 | 0.88 | 0 | 0.08 | 0.61 | 174.55 | 0.79 | 0.22 |
| Hex | C | 64 | 5C | 58 | 0 | 8 | 3D | AF | 4F | 16 |
| Octal | 14 | 144 | 134 | 130 | 0 | 10 | 75 | 257 | 117 | 26 |
| Binary | 1100 | 1100100 | 1011100 | 1011000 | 0 | 1000 | 111101 | 10101111 | 1001111 | 10110 |
Color Harmonies of #0C645C
Complementary color
Monochromatic Colors of #0C645C
Black with #0C645C
Text Example
Text Example
White with #0C645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C645C; }
p { color: rgb(12,100,92); }
H1.HeaderClassName
{
color: #0C645C;
}
.AnyTagClassName
{
color: #0C645C;
}
</style>
background-color css
<style>
a { background-color: #0C645C; }
a { background-color: rgb(12,100,92); }
div.DivClassName
{
background-color: #0C645C;
}
.BgClassName
{
background-color: #0C645C;
}
</style>
border-color css
<style>
span { border-color: #0C645C; }
span { border-color: rgb(12,100,92); }
td.TdClassName
{
border-color: #0C645C;
}
.TagClassName
{
border-color: #0C645C;
}
</style>