Shades of Blue Stone #0C625C
Tints of Blue Stone #0C625C
RGB
CMYK
RGB Variations
Color information
#0C625C (or 0x0C625C) is known color: Blue Stone. HEX triplet: 0C, 62 and 5C. RGB value is (12,98,92). Sum of RGB (Red+Green+Blue) = 12+98+92=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #0C625C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C625C is #F39DA3. Grayscale: #474747. Windows color (decimal): -15965604 or 6054412. OLE color: 6054412.
HSL color Cylindrical-coordinate representation of color #0C625C: hue angle of 175.81º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C625C is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 98 | 92 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.62 |
| HSL | 175.81º | 0.78% | 0.22% | - |
| HSV(B) | 175.81º | 0.88% | 0.38% | - |
| XYZ | 6.45 | 9.59 | 11.64 | - |
| YUV | 71.6 | 139.51 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 98 | 92 | 0.88 | 0 | 0.06 | 0.62 | 175.81 | 0.78 | 0.22 |
| Hex | C | 62 | 5C | 58 | 0 | 6 | 3E | B0 | 4E | 16 |
| Octal | 14 | 142 | 134 | 130 | 0 | 6 | 76 | 260 | 116 | 26 |
| Binary | 1100 | 1100010 | 1011100 | 1011000 | 0 | 110 | 111110 | 10110000 | 1001110 | 10110 |
Color Harmonies of #0C625C
Complementary color
Monochromatic Colors of #0C625C
Black with #0C625C
Text Example
Text Example
White with #0C625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C625C; }
p { color: rgb(12,98,92); }
H1.HeaderClassName
{
color: #0C625C;
}
.AnyTagClassName
{
color: #0C625C;
}
</style>
background-color css
<style>
a { background-color: #0C625C; }
a { background-color: rgb(12,98,92); }
div.DivClassName
{
background-color: #0C625C;
}
.BgClassName
{
background-color: #0C625C;
}
</style>
border-color css
<style>
span { border-color: #0C625C; }
span { border-color: rgb(12,98,92); }
td.TdClassName
{
border-color: #0C625C;
}
.TagClassName
{
border-color: #0C625C;
}
</style>