Shades of Shakespeare #689FC5
Tints of Shakespeare #689FC5
RGB
CMYK
RGB Variations
Color information
#689FC5 (or 0x689FC5) is known color: Shakespeare. HEX triplet: 68, 9F and C5. RGB value is (104,159,197). Sum of RGB (Red+Green+Blue) = 104+159+197=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 197 - color contains mainly: blue. Hex color #689FC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689FC5 is #97603A. Grayscale: #929292. Windows color (decimal): -9920571 or 12951400. OLE color: 12951400.
HSL color Cylindrical-coordinate representation of color #689FC5: hue angle of 204.52º 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 #689FC5 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 159 | 197 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.23 |
| HSL | 204.52º | 0.44% | 0.59% | - |
| HSV(B) | 204.52º | 0.47% | 0.77% | - |
| XYZ | 28.19 | 31.77 | 57.47 | - |
| YUV | 146.89 | 156.28 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 197 | 0.47 | 0.19 | 0 | 0.23 | 204.52 | 0.44 | 0.59 |
| Hex | 68 | 9F | C5 | 2F | 13 | 0 | 17 | CD | 2C | 3B |
| Octal | 150 | 237 | 305 | 57 | 23 | 0 | 27 | 315 | 54 | 73 |
| Binary | 1101000 | 10011111 | 11000101 | 101111 | 10011 | 0 | 10111 | 11001101 | 101100 | 111011 |
Color Harmonies of #689FC5
Complementary color
Monochromatic Colors of #689FC5
Black with #689FC5
Text Example
Text Example
White with #689FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689FC5; }
p { color: rgb(104,159,197); }
H1.HeaderClassName
{
color: #689FC5;
}
.AnyTagClassName
{
color: #689FC5;
}
</style>
background-color css
<style>
a { background-color: #689FC5; }
a { background-color: rgb(104,159,197); }
div.DivClassName
{
background-color: #689FC5;
}
.BgClassName
{
background-color: #689FC5;
}
</style>
border-color css
<style>
span { border-color: #689FC5; }
span { border-color: rgb(104,159,197); }
td.TdClassName
{
border-color: #689FC5;
}
.TagClassName
{
border-color: #689FC5;
}
</style>