Shades of Shakespeare #689BBF
Tints of Shakespeare #689BBF
RGB
CMYK
RGB Variations
Color information
#689BBF (or 0x689BBF) is known color: Shakespeare. HEX triplet: 68, 9B and BF. RGB value is (104,155,191). Sum of RGB (Red+Green+Blue) = 104+155+191=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #689BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BBF is #976440. Grayscale: #8F8F8F. Windows color (decimal): -9921601 or 12557160. OLE color: 12557160.
HSL color Cylindrical-coordinate representation of color #689BBF: hue angle of 204.83º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #689BBF is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 155 | 191 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.25 |
| HSL | 204.83º | 0.4% | 0.58% | - |
| HSV(B) | 204.83º | 0.46% | 0.75% | - |
| XYZ | 26.83 | 30.15 | 53.69 | - |
| YUV | 143.86 | 154.6 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 191 | 0.46 | 0.19 | 0 | 0.25 | 204.83 | 0.4 | 0.58 |
| Hex | 68 | 9B | BF | 2E | 13 | 0 | 19 | CD | 28 | 3A |
| Octal | 150 | 233 | 277 | 56 | 23 | 0 | 31 | 315 | 50 | 72 |
| Binary | 1101000 | 10011011 | 10111111 | 101110 | 10011 | 0 | 11001 | 11001101 | 101000 | 111010 |
Color Harmonies of #689BBF
Complementary color
Monochromatic Colors of #689BBF
Black with #689BBF
Text Example
Text Example
White with #689BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BBF; }
p { color: rgb(104,155,191); }
H1.HeaderClassName
{
color: #689BBF;
}
.AnyTagClassName
{
color: #689BBF;
}
</style>
background-color css
<style>
a { background-color: #689BBF; }
a { background-color: rgb(104,155,191); }
div.DivClassName
{
background-color: #689BBF;
}
.BgClassName
{
background-color: #689BBF;
}
</style>
border-color css
<style>
span { border-color: #689BBF; }
span { border-color: rgb(104,155,191); }
td.TdClassName
{
border-color: #689BBF;
}
.TagClassName
{
border-color: #689BBF;
}
</style>