Shades of Blue Stone #206260
Tints of Blue Stone #206260
RGB
CMYK
RGB Variations
Color information
#206260 (or 0x206260) is known color: Blue Stone. HEX triplet: 20, 62 and 60. RGB value is (32,98,96). Sum of RGB (Red+Green+Blue) = 32+98+96=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #206260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206260 is #DF9D9F. Grayscale: #4D4D4D. Windows color (decimal): -14654880 or 6316576. OLE color: 6316576.
HSL color Cylindrical-coordinate representation of color #206260: hue angle of 178.18º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206260 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 98 | 96 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.62 |
| HSL | 178.18º | 0.51% | 0.25% | - |
| HSV(B) | 178.18º | 0.67% | 0.38% | - |
| XYZ | 7.07 | 9.89 | 12.6 | - |
| YUV | 78.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 96 | 0.67 | 0 | 0.02 | 0.62 | 178.18 | 0.51 | 0.25 |
| Hex | 20 | 62 | 60 | 43 | 0 | 2 | 3E | B2 | 33 | 19 |
| Octal | 40 | 142 | 140 | 103 | 0 | 2 | 76 | 262 | 63 | 31 |
| Binary | 100000 | 1100010 | 1100000 | 1000011 | 0 | 10 | 111110 | 10110010 | 110011 | 11001 |
Color Harmonies of #206260
Complementary color
Monochromatic Colors of #206260
Black with #206260
Text Example
Text Example
White with #206260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206260; }
p { color: rgb(32,98,96); }
H1.HeaderClassName
{
color: #206260;
}
.AnyTagClassName
{
color: #206260;
}
</style>
background-color css
<style>
a { background-color: #206260; }
a { background-color: rgb(32,98,96); }
div.DivClassName
{
background-color: #206260;
}
.BgClassName
{
background-color: #206260;
}
</style>
border-color css
<style>
span { border-color: #206260; }
span { border-color: rgb(32,98,96); }
td.TdClassName
{
border-color: #206260;
}
.TagClassName
{
border-color: #206260;
}
</style>