Shades of Shakespeare #689DC2
Tints of Shakespeare #689DC2
RGB
CMYK
RGB Variations
Color information
#689DC2 (or 0x689DC2) is known color: Shakespeare. HEX triplet: 68, 9D and C2. RGB value is (104,157,194). Sum of RGB (Red+Green+Blue) = 104+157+194=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #689DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DC2 is #97623D. Grayscale: #919191. Windows color (decimal): -9921086 or 12754280. OLE color: 12754280.
HSL color Cylindrical-coordinate representation of color #689DC2: hue angle of 204.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #689DC2 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 157 | 194 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.24 |
| HSL | 204.67º | 0.42% | 0.58% | - |
| HSV(B) | 204.67º | 0.46% | 0.76% | - |
| XYZ | 27.5 | 30.95 | 55.56 | - |
| YUV | 145.37 | 155.44 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 194 | 0.46 | 0.19 | 0 | 0.24 | 204.67 | 0.42 | 0.58 |
| Hex | 68 | 9D | C2 | 2E | 13 | 0 | 18 | CD | 2A | 3A |
| Octal | 150 | 235 | 302 | 56 | 23 | 0 | 30 | 315 | 52 | 72 |
| Binary | 1101000 | 10011101 | 11000010 | 101110 | 10011 | 0 | 11000 | 11001101 | 101010 | 111010 |
Color Harmonies of #689DC2
Complementary color
Monochromatic Colors of #689DC2
Black with #689DC2
Text Example
Text Example
White with #689DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689DC2; }
p { color: rgb(104,157,194); }
H1.HeaderClassName
{
color: #689DC2;
}
.AnyTagClassName
{
color: #689DC2;
}
</style>
background-color css
<style>
a { background-color: #689DC2; }
a { background-color: rgb(104,157,194); }
div.DivClassName
{
background-color: #689DC2;
}
.BgClassName
{
background-color: #689DC2;
}
</style>
border-color css
<style>
span { border-color: #689DC2; }
span { border-color: rgb(104,157,194); }
td.TdClassName
{
border-color: #689DC2;
}
.TagClassName
{
border-color: #689DC2;
}
</style>