Shades of Blue Stone #206066
Tints of Blue Stone #206066
RGB
CMYK
RGB Variations
Color information
#206066 (or 0x206066) is known color: Blue Stone. HEX triplet: 20, 60 and 66. RGB value is (32,96,102). Sum of RGB (Red+Green+Blue) = 32+96+102=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #206066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206066 is #DF9F99. Grayscale: #4D4D4D. Windows color (decimal): -14655386 or 6709280. OLE color: 6709280.
HSL color Cylindrical-coordinate representation of color #206066: hue angle of 185.14º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206066 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 96 | 102 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.6 |
| HSL | 185.14º | 0.52% | 0.26% | - |
| HSV(B) | 185.14º | 0.69% | 0.4% | - |
| XYZ | 7.18 | 9.63 | 14.05 | - |
| YUV | 77.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 102 | 0.69 | 0.06 | 0 | 0.6 | 185.14 | 0.52 | 0.26 |
| Hex | 20 | 60 | 66 | 45 | 6 | 0 | 3C | B9 | 34 | 1A |
| Octal | 40 | 140 | 146 | 105 | 6 | 0 | 74 | 271 | 64 | 32 |
| Binary | 100000 | 1100000 | 1100110 | 1000101 | 110 | 0 | 111100 | 10111001 | 110100 | 11010 |
Color Harmonies of #206066
Complementary color
Monochromatic Colors of #206066
Black with #206066
Text Example
Text Example
White with #206066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206066; }
p { color: rgb(32,96,102); }
H1.HeaderClassName
{
color: #206066;
}
.AnyTagClassName
{
color: #206066;
}
</style>
background-color css
<style>
a { background-color: #206066; }
a { background-color: rgb(32,96,102); }
div.DivClassName
{
background-color: #206066;
}
.BgClassName
{
background-color: #206066;
}
</style>
border-color css
<style>
span { border-color: #206066; }
span { border-color: rgb(32,96,102); }
td.TdClassName
{
border-color: #206066;
}
.TagClassName
{
border-color: #206066;
}
</style>