Shades of Shakespeare #689BC5
Tints of Shakespeare #689BC5
RGB
CMYK
RGB Variations
Color information
#689BC5 (or 0x689BC5) is known color: Shakespeare. HEX triplet: 68, 9B and C5. RGB value is (104,155,197). Sum of RGB (Red+Green+Blue) = 104+155+197=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 197 - color contains mainly: blue. Hex color #689BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BC5 is #97643A. Grayscale: #909090. Windows color (decimal): -9921595 or 12950376. OLE color: 12950376.
HSL color Cylindrical-coordinate representation of color #689BC5: hue angle of 207.1º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #689BC5 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 155 | 197 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.23 |
| HSL | 207.1º | 0.44% | 0.59% | - |
| HSV(B) | 207.1º | 0.47% | 0.77% | - |
| XYZ | 27.51 | 30.42 | 57.24 | - |
| YUV | 144.54 | 157.6 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 197 | 0.47 | 0.21 | 0 | 0.23 | 207.1 | 0.44 | 0.59 |
| Hex | 68 | 9B | C5 | 2F | 15 | 0 | 17 | CF | 2C | 3B |
| Octal | 150 | 233 | 305 | 57 | 25 | 0 | 27 | 317 | 54 | 73 |
| Binary | 1101000 | 10011011 | 11000101 | 101111 | 10101 | 0 | 10111 | 11001111 | 101100 | 111011 |
Color Harmonies of #689BC5
Complementary color
Monochromatic Colors of #689BC5
Black with #689BC5
Text Example
Text Example
White with #689BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BC5; }
p { color: rgb(104,155,197); }
H1.HeaderClassName
{
color: #689BC5;
}
.AnyTagClassName
{
color: #689BC5;
}
</style>
background-color css
<style>
a { background-color: #689BC5; }
a { background-color: rgb(104,155,197); }
div.DivClassName
{
background-color: #689BC5;
}
.BgClassName
{
background-color: #689BC5;
}
</style>
border-color css
<style>
span { border-color: #689BC5; }
span { border-color: rgb(104,155,197); }
td.TdClassName
{
border-color: #689BC5;
}
.TagClassName
{
border-color: #689BC5;
}
</style>