Shades of Blue Stone #206269
Tints of Blue Stone #206269
RGB
CMYK
RGB Variations
Color information
#206269 (or 0x206269) is known color: Blue Stone. HEX triplet: 20, 62 and 69. RGB value is (32,98,105). Sum of RGB (Red+Green+Blue) = 32+98+105=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #206269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206269 is #DF9D96. Grayscale: #4E4E4E. Windows color (decimal): -14654871 or 6906400. OLE color: 6906400.
HSL color Cylindrical-coordinate representation of color #206269: hue angle of 185.75º 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 #206269 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 98 | 105 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.59 |
| HSL | 185.75º | 0.53% | 0.27% | - |
| HSV(B) | 185.75º | 0.7% | 0.41% | - |
| XYZ | 7.51 | 10.06 | 14.91 | - |
| YUV | 79.06 | 142.63 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 105 | 0.70 | 0.07 | 0 | 0.59 | 185.75 | 0.53 | 0.27 |
| Hex | 20 | 62 | 69 | 46 | 7 | 0 | 3B | BA | 35 | 1B |
| Octal | 40 | 142 | 151 | 106 | 7 | 0 | 73 | 272 | 65 | 33 |
| Binary | 100000 | 1100010 | 1101001 | 1000110 | 111 | 0 | 111011 | 10111010 | 110101 | 11011 |
Color Harmonies of #206269
Complementary color
Monochromatic Colors of #206269
Black with #206269
Text Example
Text Example
White with #206269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206269; }
p { color: rgb(32,98,105); }
H1.HeaderClassName
{
color: #206269;
}
.AnyTagClassName
{
color: #206269;
}
</style>
background-color css
<style>
a { background-color: #206269; }
a { background-color: rgb(32,98,105); }
div.DivClassName
{
background-color: #206269;
}
.BgClassName
{
background-color: #206269;
}
</style>
border-color css
<style>
span { border-color: #206269; }
span { border-color: rgb(32,98,105); }
td.TdClassName
{
border-color: #206269;
}
.TagClassName
{
border-color: #206269;
}
</style>