Shades of Shakespeare #689AC2
Tints of Shakespeare #689AC2
RGB
CMYK
RGB Variations
Color information
#689AC2 (or 0x689AC2) is known color: Shakespeare. HEX triplet: 68, 9A and C2. RGB value is (104,154,194). Sum of RGB (Red+Green+Blue) = 104+154+194=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #689AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689AC2 is #97653D. Grayscale: #8F8F8F. Windows color (decimal): -9921854 or 12753512. OLE color: 12753512.
HSL color Cylindrical-coordinate representation of color #689AC2: hue angle of 206.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 #689AC2 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 154 | 194 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.24 |
| HSL | 206.67º | 0.42% | 0.58% | - |
| HSV(B) | 206.67º | 0.46% | 0.76% | - |
| XYZ | 27 | 29.95 | 55.4 | - |
| YUV | 143.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 194 | 0.46 | 0.21 | 0 | 0.24 | 206.67 | 0.42 | 0.58 |
| Hex | 68 | 9A | C2 | 2E | 15 | 0 | 18 | CF | 2A | 3A |
| Octal | 150 | 232 | 302 | 56 | 25 | 0 | 30 | 317 | 52 | 72 |
| Binary | 1101000 | 10011010 | 11000010 | 101110 | 10101 | 0 | 11000 | 11001111 | 101010 | 111010 |
Color Harmonies of #689AC2
Complementary color
Monochromatic Colors of #689AC2
Black with #689AC2
Text Example
Text Example
White with #689AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689AC2; }
p { color: rgb(104,154,194); }
H1.HeaderClassName
{
color: #689AC2;
}
.AnyTagClassName
{
color: #689AC2;
}
</style>
background-color css
<style>
a { background-color: #689AC2; }
a { background-color: rgb(104,154,194); }
div.DivClassName
{
background-color: #689AC2;
}
.BgClassName
{
background-color: #689AC2;
}
</style>
border-color css
<style>
span { border-color: #689AC2; }
span { border-color: rgb(104,154,194); }
td.TdClassName
{
border-color: #689AC2;
}
.TagClassName
{
border-color: #689AC2;
}
</style>