Shades of Shakespeare #689DB7
Tints of Shakespeare #689DB7
RGB
CMYK
RGB Variations
Color information
#689DB7 (or 0x689DB7) is known color: Shakespeare. HEX triplet: 68, 9D and B7. RGB value is (104,157,183). Sum of RGB (Red+Green+Blue) = 104+157+183=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 183 - color contains mainly: blue. Hex color #689DB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DB7 is #976248. Grayscale: #8F8F8F. Windows color (decimal): -9921097 or 12033384. OLE color: 12033384.
HSL color Cylindrical-coordinate representation of color #689DB7: hue angle of 199.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #689DB7 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 157 | 183 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.28 |
| HSL | 199.75º | 0.35% | 0.56% | - |
| HSV(B) | 199.75º | 0.43% | 0.72% | - |
| XYZ | 26.31 | 30.48 | 49.3 | - |
| YUV | 144.12 | 149.94 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 183 | 0.43 | 0.14 | 0 | 0.28 | 199.75 | 0.35 | 0.56 |
| Hex | 68 | 9D | B7 | 2B | E | 0 | 1C | C8 | 23 | 38 |
| Octal | 150 | 235 | 267 | 53 | 16 | 0 | 34 | 310 | 43 | 70 |
| Binary | 1101000 | 10011101 | 10110111 | 101011 | 1110 | 0 | 11100 | 11001000 | 100011 | 111000 |
Color Harmonies of #689DB7
Complementary color
Monochromatic Colors of #689DB7
Black with #689DB7
Text Example
Text Example
White with #689DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689DB7; }
p { color: rgb(104,157,183); }
H1.HeaderClassName
{
color: #689DB7;
}
.AnyTagClassName
{
color: #689DB7;
}
</style>
background-color css
<style>
a { background-color: #689DB7; }
a { background-color: rgb(104,157,183); }
div.DivClassName
{
background-color: #689DB7;
}
.BgClassName
{
background-color: #689DB7;
}
</style>
border-color css
<style>
span { border-color: #689DB7; }
span { border-color: rgb(104,157,183); }
td.TdClassName
{
border-color: #689DB7;
}
.TagClassName
{
border-color: #689DB7;
}
</style>