Shades of Blue Stone #206863
Tints of Blue Stone #206863
RGB
CMYK
RGB Variations
Color information
#206863 (or 0x206863) is known color: Blue Stone. HEX triplet: 20, 68 and 63. RGB value is (32,104,99). Sum of RGB (Red+Green+Blue) = 32+104+99=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #206863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206863 is #DF979C. Grayscale: #515151. Windows color (decimal): -14653341 or 6514720. OLE color: 6514720.
HSL color Cylindrical-coordinate representation of color #206863: hue angle of 175.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206863 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 104 | 99 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.59 |
| HSL | 175.83º | 0.53% | 0.27% | - |
| HSV(B) | 175.83º | 0.69% | 0.41% | - |
| XYZ | 7.8 | 11.11 | 13.54 | - |
| YUV | 81.9 | 137.65 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 99 | 0.69 | 0 | 0.05 | 0.59 | 175.83 | 0.53 | 0.27 |
| Hex | 20 | 68 | 63 | 45 | 0 | 5 | 3B | B0 | 35 | 1B |
| Octal | 40 | 150 | 143 | 105 | 0 | 5 | 73 | 260 | 65 | 33 |
| Binary | 100000 | 1101000 | 1100011 | 1000101 | 0 | 101 | 111011 | 10110000 | 110101 | 11011 |
Color Harmonies of #206863
Complementary color
Monochromatic Colors of #206863
Black with #206863
Text Example
Text Example
White with #206863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206863; }
p { color: rgb(32,104,99); }
H1.HeaderClassName
{
color: #206863;
}
.AnyTagClassName
{
color: #206863;
}
</style>
background-color css
<style>
a { background-color: #206863; }
a { background-color: rgb(32,104,99); }
div.DivClassName
{
background-color: #206863;
}
.BgClassName
{
background-color: #206863;
}
</style>
border-color css
<style>
span { border-color: #206863; }
span { border-color: rgb(32,104,99); }
td.TdClassName
{
border-color: #206863;
}
.TagClassName
{
border-color: #206863;
}
</style>