Shades of Shakespeare #689ABD
Tints of Shakespeare #689ABD
RGB
CMYK
RGB Variations
Color information
#689ABD (or 0x689ABD) is known color: Shakespeare. HEX triplet: 68, 9A and BD. RGB value is (104,154,189). Sum of RGB (Red+Green+Blue) = 104+154+189=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #689ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ABD is #976542. Grayscale: #8E8E8E. Windows color (decimal): -9921859 or 12425832. OLE color: 12425832.
HSL color Cylindrical-coordinate representation of color #689ABD: hue angle of 204.71º 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 #689ABD is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 154 | 189 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.26 |
| HSL | 204.71º | 0.39% | 0.57% | - |
| HSV(B) | 204.71º | 0.45% | 0.74% | - |
| XYZ | 26.45 | 29.73 | 52.49 | - |
| YUV | 143.04 | 153.94 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 189 | 0.45 | 0.19 | 0 | 0.26 | 204.71 | 0.39 | 0.57 |
| Hex | 68 | 9A | BD | 2D | 13 | 0 | 1A | CD | 27 | 39 |
| Octal | 150 | 232 | 275 | 55 | 23 | 0 | 32 | 315 | 47 | 71 |
| Binary | 1101000 | 10011010 | 10111101 | 101101 | 10011 | 0 | 11010 | 11001101 | 100111 | 111001 |
Color Harmonies of #689ABD
Complementary color
Monochromatic Colors of #689ABD
Black with #689ABD
Text Example
Text Example
White with #689ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689ABD; }
p { color: rgb(104,154,189); }
H1.HeaderClassName
{
color: #689ABD;
}
.AnyTagClassName
{
color: #689ABD;
}
</style>
background-color css
<style>
a { background-color: #689ABD; }
a { background-color: rgb(104,154,189); }
div.DivClassName
{
background-color: #689ABD;
}
.BgClassName
{
background-color: #689ABD;
}
</style>
border-color css
<style>
span { border-color: #689ABD; }
span { border-color: rgb(104,154,189); }
td.TdClassName
{
border-color: #689ABD;
}
.TagClassName
{
border-color: #689ABD;
}
</style>