Shades of Shakespeare #689ABC
Tints of Shakespeare #689ABC
RGB
CMYK
RGB Variations
Color information
#689ABC (or 0x689ABC) is known color: Shakespeare. HEX triplet: 68, 9A and BC. RGB value is (104,154,188). Sum of RGB (Red+Green+Blue) = 104+154+188=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #689ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ABC is #976543. Grayscale: #8E8E8E. Windows color (decimal): -9921860 or 12360296. OLE color: 12360296.
HSL color Cylindrical-coordinate representation of color #689ABC: hue angle of 204.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #689ABC is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 154 | 188 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.26 |
| HSL | 204.29º | 0.39% | 0.57% | - |
| HSV(B) | 204.29º | 0.45% | 0.74% | - |
| XYZ | 26.34 | 29.69 | 51.92 | - |
| YUV | 142.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 188 | 0.45 | 0.18 | 0 | 0.26 | 204.29 | 0.39 | 0.57 |
| Hex | 68 | 9A | BC | 2D | 12 | 0 | 1A | CC | 27 | 39 |
| Octal | 150 | 232 | 274 | 55 | 22 | 0 | 32 | 314 | 47 | 71 |
| Binary | 1101000 | 10011010 | 10111100 | 101101 | 10010 | 0 | 11010 | 11001100 | 100111 | 111001 |
Color Harmonies of #689ABC
Complementary color
Monochromatic Colors of #689ABC
Black with #689ABC
Text Example
Text Example
White with #689ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689ABC; }
p { color: rgb(104,154,188); }
H1.HeaderClassName
{
color: #689ABC;
}
.AnyTagClassName
{
color: #689ABC;
}
</style>
background-color css
<style>
a { background-color: #689ABC; }
a { background-color: rgb(104,154,188); }
div.DivClassName
{
background-color: #689ABC;
}
.BgClassName
{
background-color: #689ABC;
}
</style>
border-color css
<style>
span { border-color: #689ABC; }
span { border-color: rgb(104,154,188); }
td.TdClassName
{
border-color: #689ABC;
}
.TagClassName
{
border-color: #689ABC;
}
</style>