Shades of Blue Stone #206A64
Tints of Blue Stone #206A64
RGB
CMYK
RGB Variations
Color information
#206A64 (or 0x206A64) is known color: Blue Stone. HEX triplet: 20, 6A and 64. RGB value is (32,106,100). Sum of RGB (Red+Green+Blue) = 32+106+100=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 106 - color contains mainly: green. Hex color #206A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206A64 is #DF959B. Grayscale: #535353. Windows color (decimal): -14652828 or 6580768. OLE color: 6580768.
HSL color Cylindrical-coordinate representation of color #206A64: hue angle of 175.14º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206A64 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 106 | 100 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.58 |
| HSL | 175.14º | 0.54% | 0.27% | - |
| HSV(B) | 175.14º | 0.7% | 0.42% | - |
| XYZ | 8.05 | 11.54 | 13.86 | - |
| YUV | 83.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 100 | 0.70 | 0 | 0.06 | 0.58 | 175.14 | 0.54 | 0.27 |
| Hex | 20 | 6A | 64 | 46 | 0 | 6 | 3A | AF | 36 | 1B |
| Octal | 40 | 152 | 144 | 106 | 0 | 6 | 72 | 257 | 66 | 33 |
| Binary | 100000 | 1101010 | 1100100 | 1000110 | 0 | 110 | 111010 | 10101111 | 110110 | 11011 |
Color Harmonies of #206A64
Complementary color
Monochromatic Colors of #206A64
Black with #206A64
Text Example
Text Example
White with #206A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206A64; }
p { color: rgb(32,106,100); }
H1.HeaderClassName
{
color: #206A64;
}
.AnyTagClassName
{
color: #206A64;
}
</style>
background-color css
<style>
a { background-color: #206A64; }
a { background-color: rgb(32,106,100); }
div.DivClassName
{
background-color: #206A64;
}
.BgClassName
{
background-color: #206A64;
}
</style>
border-color css
<style>
span { border-color: #206A64; }
span { border-color: rgb(32,106,100); }
td.TdClassName
{
border-color: #206A64;
}
.TagClassName
{
border-color: #206A64;
}
</style>