Shades of Shakespeare #689DC4
Tints of Shakespeare #689DC4
RGB
CMYK
RGB Variations
Color information
#689DC4 (or 0x689DC4) is known color: Shakespeare. HEX triplet: 68, 9D and C4. RGB value is (104,157,196). Sum of RGB (Red+Green+Blue) = 104+157+196=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 196 - color contains mainly: blue. Hex color #689DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DC4 is #97623B. Grayscale: #919191. Windows color (decimal): -9921084 or 12885352. OLE color: 12885352.
HSL color Cylindrical-coordinate representation of color #689DC4: hue angle of 205.43º 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 #689DC4 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 157 | 196 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.23 |
| HSL | 205.43º | 0.44% | 0.59% | - |
| HSV(B) | 205.43º | 0.47% | 0.77% | - |
| XYZ | 27.73 | 31.04 | 56.75 | - |
| YUV | 145.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 196 | 0.47 | 0.20 | 0 | 0.23 | 205.43 | 0.44 | 0.59 |
| Hex | 68 | 9D | C4 | 2F | 14 | 0 | 17 | CD | 2C | 3B |
| Octal | 150 | 235 | 304 | 57 | 24 | 0 | 27 | 315 | 54 | 73 |
| Binary | 1101000 | 10011101 | 11000100 | 101111 | 10100 | 0 | 10111 | 11001101 | 101100 | 111011 |
Color Harmonies of #689DC4
Complementary color
Monochromatic Colors of #689DC4
Black with #689DC4
Text Example
Text Example
White with #689DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689DC4; }
p { color: rgb(104,157,196); }
H1.HeaderClassName
{
color: #689DC4;
}
.AnyTagClassName
{
color: #689DC4;
}
</style>
background-color css
<style>
a { background-color: #689DC4; }
a { background-color: rgb(104,157,196); }
div.DivClassName
{
background-color: #689DC4;
}
.BgClassName
{
background-color: #689DC4;
}
</style>
border-color css
<style>
span { border-color: #689DC4; }
span { border-color: rgb(104,157,196); }
td.TdClassName
{
border-color: #689DC4;
}
.TagClassName
{
border-color: #689DC4;
}
</style>