Shades of Blue Stone #205E69
Tints of Blue Stone #205E69
RGB
CMYK
RGB Variations
Color information
#205E69 (or 0x205E69) is known color: Blue Stone. HEX triplet: 20, 5E and 69. RGB value is (32,94,105). Sum of RGB (Red+Green+Blue) = 32+94+105=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #205E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205E69 is #DFA196. Grayscale: #4C4C4C. Windows color (decimal): -14655895 or 6905376. OLE color: 6905376.
HSL color Cylindrical-coordinate representation of color #205E69: hue angle of 189.04º 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 #205E69 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 94 | 105 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.59 |
| HSL | 189.04º | 0.53% | 0.27% | - |
| HSV(B) | 189.04º | 0.7% | 0.41% | - |
| XYZ | 7.15 | 9.33 | 14.79 | - |
| YUV | 76.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 105 | 0.70 | 0.10 | 0 | 0.59 | 189.04 | 0.53 | 0.27 |
| Hex | 20 | 5E | 69 | 46 | A | 0 | 3B | BD | 35 | 1B |
| Octal | 40 | 136 | 151 | 106 | 12 | 0 | 73 | 275 | 65 | 33 |
| Binary | 100000 | 1011110 | 1101001 | 1000110 | 1010 | 0 | 111011 | 10111101 | 110101 | 11011 |
Color Harmonies of #205E69
Complementary color
Monochromatic Colors of #205E69
Black with #205E69
Text Example
Text Example
White with #205E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E69; }
p { color: rgb(32,94,105); }
H1.HeaderClassName
{
color: #205E69;
}
.AnyTagClassName
{
color: #205E69;
}
</style>
background-color css
<style>
a { background-color: #205E69; }
a { background-color: rgb(32,94,105); }
div.DivClassName
{
background-color: #205E69;
}
.BgClassName
{
background-color: #205E69;
}
</style>
border-color css
<style>
span { border-color: #205E69; }
span { border-color: rgb(32,94,105); }
td.TdClassName
{
border-color: #205E69;
}
.TagClassName
{
border-color: #205E69;
}
</style>