Shades of Blue Stone #207066
Tints of Blue Stone #207066
RGB
CMYK
RGB Variations
Color information
#207066 (or 0x207066) is known color: Blue Stone. HEX triplet: 20, 70 and 66. RGB value is (32,112,102). Sum of RGB (Red+Green+Blue) = 32+112+102=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #207066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207066 is #DF8F99. Grayscale: #565656. Windows color (decimal): -14651290 or 6713376. OLE color: 6713376.
HSL color Cylindrical-coordinate representation of color #207066: hue angle of 172.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #207066 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 112 | 102 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.56 |
| HSL | 172.5º | 0.56% | 0.28% | - |
| HSV(B) | 172.5º | 0.71% | 0.44% | - |
| XYZ | 8.79 | 12.85 | 14.59 | - |
| YUV | 86.94 | 136.5 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 102 | 0.71 | 0 | 0.09 | 0.56 | 172.5 | 0.56 | 0.28 |
| Hex | 20 | 70 | 66 | 47 | 0 | 9 | 38 | AC | 38 | 1C |
| Octal | 40 | 160 | 146 | 107 | 0 | 11 | 70 | 254 | 70 | 34 |
| Binary | 100000 | 1110000 | 1100110 | 1000111 | 0 | 1001 | 111000 | 10101100 | 111000 | 11100 |
Color Harmonies of #207066
Complementary color
Monochromatic Colors of #207066
Black with #207066
Text Example
Text Example
White with #207066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207066; }
p { color: rgb(32,112,102); }
H1.HeaderClassName
{
color: #207066;
}
.AnyTagClassName
{
color: #207066;
}
</style>
background-color css
<style>
a { background-color: #207066; }
a { background-color: rgb(32,112,102); }
div.DivClassName
{
background-color: #207066;
}
.BgClassName
{
background-color: #207066;
}
</style>
border-color css
<style>
span { border-color: #207066; }
span { border-color: rgb(32,112,102); }
td.TdClassName
{
border-color: #207066;
}
.TagClassName
{
border-color: #207066;
}
</style>