Shades of Shakespeare #689CAD
Tints of Shakespeare #689CAD
RGB
CMYK
RGB Variations
Color information
#689CAD (or 0x689CAD) is known color: Shakespeare. HEX triplet: 68, 9C and AD. RGB value is (104,156,173). Sum of RGB (Red+Green+Blue) = 104+156+173=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #689CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689CAD is #976352. Grayscale: #8E8E8E. Windows color (decimal): -9921363 or 11377768. OLE color: 11377768.
HSL color Cylindrical-coordinate representation of color #689CAD: hue angle of 194.78º 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 #689CAD is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 156 | 173 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.32 |
| HSL | 194.78º | 0.3% | 0.54% | - |
| HSV(B) | 194.78º | 0.4% | 0.68% | - |
| XYZ | 25.14 | 29.74 | 43.95 | - |
| YUV | 142.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 173 | 0.40 | 0.10 | 0 | 0.32 | 194.78 | 0.3 | 0.54 |
| Hex | 68 | 9C | AD | 28 | A | 0 | 20 | C3 | 1E | 36 |
| Octal | 150 | 234 | 255 | 50 | 12 | 0 | 40 | 303 | 36 | 66 |
| Binary | 1101000 | 10011100 | 10101101 | 101000 | 1010 | 0 | 100000 | 11000011 | 11110 | 110110 |
Color Harmonies of #689CAD
Complementary color
Monochromatic Colors of #689CAD
Black with #689CAD
Text Example
Text Example
White with #689CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CAD; }
p { color: rgb(104,156,173); }
H1.HeaderClassName
{
color: #689CAD;
}
.AnyTagClassName
{
color: #689CAD;
}
</style>
background-color css
<style>
a { background-color: #689CAD; }
a { background-color: rgb(104,156,173); }
div.DivClassName
{
background-color: #689CAD;
}
.BgClassName
{
background-color: #689CAD;
}
</style>
border-color css
<style>
span { border-color: #689CAD; }
span { border-color: rgb(104,156,173); }
td.TdClassName
{
border-color: #689CAD;
}
.TagClassName
{
border-color: #689CAD;
}
</style>