Shades of Shakespeare #689AAE
Tints of Shakespeare #689AAE
RGB
CMYK
RGB Variations
Color information
#689AAE (or 0x689AAE) is known color: Shakespeare. HEX triplet: 68, 9A and AE. RGB value is (104,154,174). Sum of RGB (Red+Green+Blue) = 104+154+174=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #689AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689AAE is #976551. Grayscale: #8D8D8D. Windows color (decimal): -9921874 or 11442792. OLE color: 11442792.
HSL color Cylindrical-coordinate representation of color #689AAE: hue angle of 197.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #689AAE is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 154 | 174 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.32 |
| HSL | 197.14º | 0.3% | 0.55% | - |
| HSV(B) | 197.14º | 0.4% | 0.68% | - |
| XYZ | 24.9 | 29.11 | 44.35 | - |
| YUV | 141.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 174 | 0.40 | 0.11 | 0 | 0.32 | 197.14 | 0.3 | 0.55 |
| Hex | 68 | 9A | AE | 28 | B | 0 | 20 | C5 | 1E | 37 |
| Octal | 150 | 232 | 256 | 50 | 13 | 0 | 40 | 305 | 36 | 67 |
| Binary | 1101000 | 10011010 | 10101110 | 101000 | 1011 | 0 | 100000 | 11000101 | 11110 | 110111 |
Color Harmonies of #689AAE
Complementary color
Monochromatic Colors of #689AAE
Black with #689AAE
Text Example
Text Example
White with #689AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689AAE; }
p { color: rgb(104,154,174); }
H1.HeaderClassName
{
color: #689AAE;
}
.AnyTagClassName
{
color: #689AAE;
}
</style>
background-color css
<style>
a { background-color: #689AAE; }
a { background-color: rgb(104,154,174); }
div.DivClassName
{
background-color: #689AAE;
}
.BgClassName
{
background-color: #689AAE;
}
</style>
border-color css
<style>
span { border-color: #689AAE; }
span { border-color: rgb(104,154,174); }
td.TdClassName
{
border-color: #689AAE;
}
.TagClassName
{
border-color: #689AAE;
}
</style>