Shades of Blue Stone #206669
Tints of Blue Stone #206669
RGB
CMYK
RGB Variations
Color information
#206669 (or 0x206669) is known color: Blue Stone. HEX triplet: 20, 66 and 69. RGB value is (32,102,105). Sum of RGB (Red+Green+Blue) = 32+102+105=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #206669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206669 is #DF9996. Grayscale: #515151. Windows color (decimal): -14653847 or 6907424. OLE color: 6907424.
HSL color Cylindrical-coordinate representation of color #206669: hue angle of 182.47º 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 #206669 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 102 | 105 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.59 |
| HSL | 182.47º | 0.53% | 0.27% | - |
| HSV(B) | 182.47º | 0.7% | 0.41% | - |
| XYZ | 7.9 | 10.83 | 15.04 | - |
| YUV | 81.41 | 141.31 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 105 | 0.70 | 0.03 | 0 | 0.59 | 182.47 | 0.53 | 0.27 |
| Hex | 20 | 66 | 69 | 46 | 3 | 0 | 3B | B6 | 35 | 1B |
| Octal | 40 | 146 | 151 | 106 | 3 | 0 | 73 | 266 | 65 | 33 |
| Binary | 100000 | 1100110 | 1101001 | 1000110 | 11 | 0 | 111011 | 10110110 | 110101 | 11011 |
Color Harmonies of #206669
Complementary color
Monochromatic Colors of #206669
Black with #206669
Text Example
Text Example
White with #206669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206669; }
p { color: rgb(32,102,105); }
H1.HeaderClassName
{
color: #206669;
}
.AnyTagClassName
{
color: #206669;
}
</style>
background-color css
<style>
a { background-color: #206669; }
a { background-color: rgb(32,102,105); }
div.DivClassName
{
background-color: #206669;
}
.BgClassName
{
background-color: #206669;
}
</style>
border-color css
<style>
span { border-color: #206669; }
span { border-color: rgb(32,102,105); }
td.TdClassName
{
border-color: #206669;
}
.TagClassName
{
border-color: #206669;
}
</style>