Shades of Blue Stone #205F69
Tints of Blue Stone #205F69
RGB
CMYK
RGB Variations
Color information
#205F69 (or 0x205F69) is known color: Blue Stone. HEX triplet: 20, 5F and 69. RGB value is (32,95,105). Sum of RGB (Red+Green+Blue) = 32+95+105=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #205F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F69 is #DFA096. Grayscale: #4D4D4D. Windows color (decimal): -14655639 or 6905632. OLE color: 6905632.
HSL color Cylindrical-coordinate representation of color #205F69: hue angle of 188.22º 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 #205F69 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 95 | 105 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.59 |
| HSL | 188.22º | 0.53% | 0.27% | - |
| HSV(B) | 188.22º | 0.7% | 0.41% | - |
| XYZ | 7.24 | 9.51 | 14.82 | - |
| YUV | 77.3 | 143.63 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 105 | 0.70 | 0.10 | 0 | 0.59 | 188.22 | 0.53 | 0.27 |
| Hex | 20 | 5F | 69 | 46 | A | 0 | 3B | BC | 35 | 1B |
| Octal | 40 | 137 | 151 | 106 | 12 | 0 | 73 | 274 | 65 | 33 |
| Binary | 100000 | 1011111 | 1101001 | 1000110 | 1010 | 0 | 111011 | 10111100 | 110101 | 11011 |
Color Harmonies of #205F69
Complementary color
Monochromatic Colors of #205F69
Black with #205F69
Text Example
Text Example
White with #205F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F69; }
p { color: rgb(32,95,105); }
H1.HeaderClassName
{
color: #205F69;
}
.AnyTagClassName
{
color: #205F69;
}
</style>
background-color css
<style>
a { background-color: #205F69; }
a { background-color: rgb(32,95,105); }
div.DivClassName
{
background-color: #205F69;
}
.BgClassName
{
background-color: #205F69;
}
</style>
border-color css
<style>
span { border-color: #205F69; }
span { border-color: rgb(32,95,105); }
td.TdClassName
{
border-color: #205F69;
}
.TagClassName
{
border-color: #205F69;
}
</style>