Shades of Shakespeare #689CC0
Tints of Shakespeare #689CC0
RGB
CMYK
RGB Variations
Color information
#689CC0 (or 0x689CC0) is known color: Shakespeare. HEX triplet: 68, 9C and C0. RGB value is (104,156,192). Sum of RGB (Red+Green+Blue) = 104+156+192=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #689CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CC0 is #97633F. Grayscale: #909090. Windows color (decimal): -9921344 or 12622952. OLE color: 12622952.
HSL color Cylindrical-coordinate representation of color #689CC0: hue angle of 204.55º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #689CC0 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 156 | 192 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.25 |
| HSL | 204.55º | 0.41% | 0.58% | - |
| HSV(B) | 204.55º | 0.46% | 0.75% | - |
| XYZ | 27.11 | 30.53 | 54.33 | - |
| YUV | 144.56 | 154.77 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 192 | 0.46 | 0.19 | 0 | 0.25 | 204.55 | 0.41 | 0.58 |
| Hex | 68 | 9C | C0 | 2E | 13 | 0 | 19 | CD | 29 | 3A |
| Octal | 150 | 234 | 300 | 56 | 23 | 0 | 31 | 315 | 51 | 72 |
| Binary | 1101000 | 10011100 | 11000000 | 101110 | 10011 | 0 | 11001 | 11001101 | 101001 | 111010 |
Color Harmonies of #689CC0
Complementary color
Monochromatic Colors of #689CC0
Black with #689CC0
Text Example
Text Example
White with #689CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CC0; }
p { color: rgb(104,156,192); }
H1.HeaderClassName
{
color: #689CC0;
}
.AnyTagClassName
{
color: #689CC0;
}
</style>
background-color css
<style>
a { background-color: #689CC0; }
a { background-color: rgb(104,156,192); }
div.DivClassName
{
background-color: #689CC0;
}
.BgClassName
{
background-color: #689CC0;
}
</style>
border-color css
<style>
span { border-color: #689CC0; }
span { border-color: rgb(104,156,192); }
td.TdClassName
{
border-color: #689CC0;
}
.TagClassName
{
border-color: #689CC0;
}
</style>