Shades of Blue Stone #205F68
Tints of Blue Stone #205F68
RGB
CMYK
RGB Variations
Color information
#205F68 (or 0x205F68) is known color: Blue Stone. HEX triplet: 20, 5F and 68. RGB value is (32,95,104). Sum of RGB (Red+Green+Blue) = 32+95+104=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #205F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F68 is #DFA097. Grayscale: #4D4D4D. Windows color (decimal): -14655640 or 6840096. OLE color: 6840096.
HSL color Cylindrical-coordinate representation of color #205F68: hue angle of 187.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #205F68 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 95 | 104 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.59 |
| HSL | 187.5º | 0.53% | 0.27% | - |
| HSV(B) | 187.5º | 0.69% | 0.41% | - |
| XYZ | 7.19 | 9.49 | 14.55 | - |
| YUV | 77.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 104 | 0.69 | 0.09 | 0 | 0.59 | 187.5 | 0.53 | 0.27 |
| Hex | 20 | 5F | 68 | 45 | 9 | 0 | 3B | BC | 35 | 1B |
| Octal | 40 | 137 | 150 | 105 | 11 | 0 | 73 | 274 | 65 | 33 |
| Binary | 100000 | 1011111 | 1101000 | 1000101 | 1001 | 0 | 111011 | 10111100 | 110101 | 11011 |
Color Harmonies of #205F68
Complementary color
Monochromatic Colors of #205F68
Black with #205F68
Text Example
Text Example
White with #205F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F68; }
p { color: rgb(32,95,104); }
H1.HeaderClassName
{
color: #205F68;
}
.AnyTagClassName
{
color: #205F68;
}
</style>
background-color css
<style>
a { background-color: #205F68; }
a { background-color: rgb(32,95,104); }
div.DivClassName
{
background-color: #205F68;
}
.BgClassName
{
background-color: #205F68;
}
</style>
border-color css
<style>
span { border-color: #205F68; }
span { border-color: rgb(32,95,104); }
td.TdClassName
{
border-color: #205F68;
}
.TagClassName
{
border-color: #205F68;
}
</style>