Shades of Blue Stone #206568
Tints of Blue Stone #206568
RGB
CMYK
RGB Variations
Color information
#206568 (or 0x206568) is known color: Blue Stone. HEX triplet: 20, 65 and 68. RGB value is (32,101,104). Sum of RGB (Red+Green+Blue) = 32+101+104=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #206568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206568 is #DF9A97. Grayscale: #505050. Windows color (decimal): -14654104 or 6841632. OLE color: 6841632.
HSL color Cylindrical-coordinate representation of color #206568: hue angle of 182.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 #206568 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 101 | 104 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.59 |
| HSL | 182.5º | 0.53% | 0.27% | - |
| HSV(B) | 182.5º | 0.69% | 0.41% | - |
| XYZ | 7.75 | 10.61 | 14.74 | - |
| YUV | 80.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 104 | 0.69 | 0.03 | 0 | 0.59 | 182.5 | 0.53 | 0.27 |
| Hex | 20 | 65 | 68 | 45 | 3 | 0 | 3B | B6 | 35 | 1B |
| Octal | 40 | 145 | 150 | 105 | 3 | 0 | 73 | 266 | 65 | 33 |
| Binary | 100000 | 1100101 | 1101000 | 1000101 | 11 | 0 | 111011 | 10110110 | 110101 | 11011 |
Color Harmonies of #206568
Complementary color
Monochromatic Colors of #206568
Black with #206568
Text Example
Text Example
White with #206568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206568; }
p { color: rgb(32,101,104); }
H1.HeaderClassName
{
color: #206568;
}
.AnyTagClassName
{
color: #206568;
}
</style>
background-color css
<style>
a { background-color: #206568; }
a { background-color: rgb(32,101,104); }
div.DivClassName
{
background-color: #206568;
}
.BgClassName
{
background-color: #206568;
}
</style>
border-color css
<style>
span { border-color: #206568; }
span { border-color: rgb(32,101,104); }
td.TdClassName
{
border-color: #206568;
}
.TagClassName
{
border-color: #206568;
}
</style>