Shades of Shakespeare #689FC4
Tints of Shakespeare #689FC4
RGB
CMYK
RGB Variations
Color information
#689FC4 (or 0x689FC4) is known color: Shakespeare. HEX triplet: 68, 9F and C4. RGB value is (104,159,196). Sum of RGB (Red+Green+Blue) = 104+159+196=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 196 - color contains mainly: blue. Hex color #689FC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689FC4 is #97603B. Grayscale: #929292. Windows color (decimal): -9920572 or 12885864. OLE color: 12885864.
HSL color Cylindrical-coordinate representation of color #689FC4: hue angle of 204.13º 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 #689FC4 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 159 | 196 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.23 |
| HSL | 204.13º | 0.44% | 0.59% | - |
| HSV(B) | 204.13º | 0.47% | 0.77% | - |
| XYZ | 28.07 | 31.72 | 56.87 | - |
| YUV | 146.77 | 155.78 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 196 | 0.47 | 0.19 | 0 | 0.23 | 204.13 | 0.44 | 0.59 |
| Hex | 68 | 9F | C4 | 2F | 13 | 0 | 17 | CC | 2C | 3B |
| Octal | 150 | 237 | 304 | 57 | 23 | 0 | 27 | 314 | 54 | 73 |
| Binary | 1101000 | 10011111 | 11000100 | 101111 | 10011 | 0 | 10111 | 11001100 | 101100 | 111011 |
Color Harmonies of #689FC4
Complementary color
Monochromatic Colors of #689FC4
Black with #689FC4
Text Example
Text Example
White with #689FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689FC4; }
p { color: rgb(104,159,196); }
H1.HeaderClassName
{
color: #689FC4;
}
.AnyTagClassName
{
color: #689FC4;
}
</style>
background-color css
<style>
a { background-color: #689FC4; }
a { background-color: rgb(104,159,196); }
div.DivClassName
{
background-color: #689FC4;
}
.BgClassName
{
background-color: #689FC4;
}
</style>
border-color css
<style>
span { border-color: #689FC4; }
span { border-color: rgb(104,159,196); }
td.TdClassName
{
border-color: #689FC4;
}
.TagClassName
{
border-color: #689FC4;
}
</style>