Shades of Blue Stone #206963
Tints of Blue Stone #206963
RGB
CMYK
RGB Variations
Color information
#206963 (or 0x206963) is known color: Blue Stone. HEX triplet: 20, 69 and 63. RGB value is (32,105,99). Sum of RGB (Red+Green+Blue) = 32+105+99=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #206963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206963 is #DF969C. Grayscale: #525252. Windows color (decimal): -14653085 or 6514976. OLE color: 6514976.
HSL color Cylindrical-coordinate representation of color #206963: hue angle of 175.07º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206963 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 105 | 99 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.59 |
| HSL | 175.07º | 0.53% | 0.27% | - |
| HSV(B) | 175.07º | 0.7% | 0.41% | - |
| XYZ | 7.9 | 11.31 | 13.57 | - |
| YUV | 82.49 | 137.32 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 99 | 0.70 | 0 | 0.06 | 0.59 | 175.07 | 0.53 | 0.27 |
| Hex | 20 | 69 | 63 | 46 | 0 | 6 | 3B | AF | 35 | 1B |
| Octal | 40 | 151 | 143 | 106 | 0 | 6 | 73 | 257 | 65 | 33 |
| Binary | 100000 | 1101001 | 1100011 | 1000110 | 0 | 110 | 111011 | 10101111 | 110101 | 11011 |
Color Harmonies of #206963
Complementary color
Monochromatic Colors of #206963
Black with #206963
Text Example
Text Example
White with #206963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206963; }
p { color: rgb(32,105,99); }
H1.HeaderClassName
{
color: #206963;
}
.AnyTagClassName
{
color: #206963;
}
</style>
background-color css
<style>
a { background-color: #206963; }
a { background-color: rgb(32,105,99); }
div.DivClassName
{
background-color: #206963;
}
.BgClassName
{
background-color: #206963;
}
</style>
border-color css
<style>
span { border-color: #206963; }
span { border-color: rgb(32,105,99); }
td.TdClassName
{
border-color: #206963;
}
.TagClassName
{
border-color: #206963;
}
</style>