Shades of Blue Stone #0C665C
Tints of Blue Stone #0C665C
RGB
CMYK
RGB Variations
Color information
#0C665C (or 0x0C665C) is known color: Blue Stone. HEX triplet: 0C, 66 and 5C. RGB value is (12,102,92). Sum of RGB (Red+Green+Blue) = 12+102+92=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #0C665C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C665C is #F399A3. Grayscale: #494949. Windows color (decimal): -15964580 or 6055436. OLE color: 6055436.
HSL color Cylindrical-coordinate representation of color #0C665C: hue angle of 173.33º 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 #0C665C is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 12 | 102 | 92 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.6 |
| HSL | 173.33º | 0.79% | 0.22% | - |
| HSV(B) | 173.33º | 0.88% | 0.4% | - |
| XYZ | 6.83 | 10.35 | 11.76 | - |
| YUV | 73.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 92 | 0.88 | 0 | 0.10 | 0.6 | 173.33 | 0.79 | 0.22 |
| Hex | C | 66 | 5C | 58 | 0 | A | 3C | AD | 4F | 16 |
| Octal | 14 | 146 | 134 | 130 | 0 | 12 | 74 | 255 | 117 | 26 |
| Binary | 1100 | 1100110 | 1011100 | 1011000 | 0 | 1010 | 111100 | 10101101 | 1001111 | 10110 |
Color Harmonies of #0C665C
Complementary color
Monochromatic Colors of #0C665C
Black with #0C665C
Text Example
Text Example
White with #0C665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C665C; }
p { color: rgb(12,102,92); }
H1.HeaderClassName
{
color: #0C665C;
}
.AnyTagClassName
{
color: #0C665C;
}
</style>
background-color css
<style>
a { background-color: #0C665C; }
a { background-color: rgb(12,102,92); }
div.DivClassName
{
background-color: #0C665C;
}
.BgClassName
{
background-color: #0C665C;
}
</style>
border-color css
<style>
span { border-color: #0C665C; }
span { border-color: rgb(12,102,92); }
td.TdClassName
{
border-color: #0C665C;
}
.TagClassName
{
border-color: #0C665C;
}
</style>