Shades of Blue Stone #206664
Tints of Blue Stone #206664
RGB
CMYK
RGB Variations
Color information
#206664 (or 0x206664) is known color: Blue Stone. HEX triplet: 20, 66 and 64. RGB value is (32,102,100). Sum of RGB (Red+Green+Blue) = 32+102+100=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #206664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206664 is #DF999B. Grayscale: #505050. Windows color (decimal): -14653852 or 6579744. OLE color: 6579744.
HSL color Cylindrical-coordinate representation of color #206664: hue angle of 178.29º 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 #206664 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 102 | 100 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.6 |
| HSL | 178.29º | 0.52% | 0.26% | - |
| HSV(B) | 178.29º | 0.69% | 0.4% | - |
| XYZ | 7.65 | 10.73 | 13.72 | - |
| YUV | 80.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 100 | 0.69 | 0 | 0.02 | 0.6 | 178.29 | 0.52 | 0.26 |
| Hex | 20 | 66 | 64 | 45 | 0 | 2 | 3C | B2 | 34 | 1A |
| Octal | 40 | 146 | 144 | 105 | 0 | 2 | 74 | 262 | 64 | 32 |
| Binary | 100000 | 1100110 | 1100100 | 1000101 | 0 | 10 | 111100 | 10110010 | 110100 | 11010 |
Color Harmonies of #206664
Complementary color
Monochromatic Colors of #206664
Black with #206664
Text Example
Text Example
White with #206664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206664; }
p { color: rgb(32,102,100); }
H1.HeaderClassName
{
color: #206664;
}
.AnyTagClassName
{
color: #206664;
}
</style>
background-color css
<style>
a { background-color: #206664; }
a { background-color: rgb(32,102,100); }
div.DivClassName
{
background-color: #206664;
}
.BgClassName
{
background-color: #206664;
}
</style>
border-color css
<style>
span { border-color: #206664; }
span { border-color: rgb(32,102,100); }
td.TdClassName
{
border-color: #206664;
}
.TagClassName
{
border-color: #206664;
}
</style>