Shades of Blue Stone #206463
Tints of Blue Stone #206463
RGB
CMYK
RGB Variations
Color information
#206463 (or 0x206463) is known color: Blue Stone. HEX triplet: 20, 64 and 63. RGB value is (32,100,99). Sum of RGB (Red+Green+Blue) = 32+100+99=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 100 - color contains mainly: green. Hex color #206463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206463 is #DF9B9C. Grayscale: #4F4F4F. Windows color (decimal): -14654365 or 6513696. OLE color: 6513696.
HSL color Cylindrical-coordinate representation of color #206463: hue angle of 179.12º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206463 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 100 | 99 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.61 |
| HSL | 179.12º | 0.52% | 0.26% | - |
| HSV(B) | 179.12º | 0.68% | 0.39% | - |
| XYZ | 7.4 | 10.32 | 13.41 | - |
| YUV | 79.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 99 | 0.68 | 0 | 0.01 | 0.61 | 179.12 | 0.52 | 0.26 |
| Hex | 20 | 64 | 63 | 44 | 0 | 1 | 3D | B3 | 34 | 1A |
| Octal | 40 | 144 | 143 | 104 | 0 | 1 | 75 | 263 | 64 | 32 |
| Binary | 100000 | 1100100 | 1100011 | 1000100 | 0 | 1 | 111101 | 10110011 | 110100 | 11010 |
Color Harmonies of #206463
Complementary color
Monochromatic Colors of #206463
Black with #206463
Text Example
Text Example
White with #206463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206463; }
p { color: rgb(32,100,99); }
H1.HeaderClassName
{
color: #206463;
}
.AnyTagClassName
{
color: #206463;
}
</style>
background-color css
<style>
a { background-color: #206463; }
a { background-color: rgb(32,100,99); }
div.DivClassName
{
background-color: #206463;
}
.BgClassName
{
background-color: #206463;
}
</style>
border-color css
<style>
span { border-color: #206463; }
span { border-color: rgb(32,100,99); }
td.TdClassName
{
border-color: #206463;
}
.TagClassName
{
border-color: #206463;
}
</style>