Shades of Shakespeare #689EAD
Tints of Shakespeare #689EAD
RGB
CMYK
RGB Variations
Color information
#689EAD (or 0x689EAD) is known color: Shakespeare. HEX triplet: 68, 9E and AD. RGB value is (104,158,173). Sum of RGB (Red+Green+Blue) = 104+158+173=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #689EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689EAD is #976152. Grayscale: #8F8F8F. Windows color (decimal): -9920851 or 11378280. OLE color: 11378280.
HSL color Cylindrical-coordinate representation of color #689EAD: hue angle of 193.04º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #689EAD is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 158 | 173 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.32 |
| HSL | 193.04º | 0.3% | 0.54% | - |
| HSV(B) | 193.04º | 0.4% | 0.68% | - |
| XYZ | 25.48 | 30.41 | 44.06 | - |
| YUV | 143.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 158 | 173 | 0.40 | 0.09 | 0 | 0.32 | 193.04 | 0.3 | 0.54 |
| Hex | 68 | 9E | AD | 28 | 9 | 0 | 20 | C1 | 1E | 36 |
| Octal | 150 | 236 | 255 | 50 | 11 | 0 | 40 | 301 | 36 | 66 |
| Binary | 1101000 | 10011110 | 10101101 | 101000 | 1001 | 0 | 100000 | 11000001 | 11110 | 110110 |
Color Harmonies of #689EAD
Complementary color
Monochromatic Colors of #689EAD
Black with #689EAD
Text Example
Text Example
White with #689EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689EAD; }
p { color: rgb(104,158,173); }
H1.HeaderClassName
{
color: #689EAD;
}
.AnyTagClassName
{
color: #689EAD;
}
</style>
background-color css
<style>
a { background-color: #689EAD; }
a { background-color: rgb(104,158,173); }
div.DivClassName
{
background-color: #689EAD;
}
.BgClassName
{
background-color: #689EAD;
}
</style>
border-color css
<style>
span { border-color: #689EAD; }
span { border-color: rgb(104,158,173); }
td.TdClassName
{
border-color: #689EAD;
}
.TagClassName
{
border-color: #689EAD;
}
</style>