Shades of Shakespeare #689DBC
Tints of Shakespeare #689DBC
RGB
CMYK
RGB Variations
Color information
#689DBC (or 0x689DBC) is known color: Shakespeare. HEX triplet: 68, 9D and BC. RGB value is (104,157,188). Sum of RGB (Red+Green+Blue) = 104+157+188=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #689DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DBC is #976243. Grayscale: #909090. Windows color (decimal): -9921092 or 12361064. OLE color: 12361064.
HSL color Cylindrical-coordinate representation of color #689DBC: hue angle of 202.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #689DBC is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 157 | 188 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.26 |
| HSL | 202.14º | 0.39% | 0.57% | - |
| HSV(B) | 202.14º | 0.45% | 0.74% | - |
| XYZ | 26.84 | 30.69 | 52.09 | - |
| YUV | 144.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 188 | 0.45 | 0.16 | 0 | 0.26 | 202.14 | 0.39 | 0.57 |
| Hex | 68 | 9D | BC | 2D | 10 | 0 | 1A | CA | 27 | 39 |
| Octal | 150 | 235 | 274 | 55 | 20 | 0 | 32 | 312 | 47 | 71 |
| Binary | 1101000 | 10011101 | 10111100 | 101101 | 10000 | 0 | 11010 | 11001010 | 100111 | 111001 |
Color Harmonies of #689DBC
Complementary color
Monochromatic Colors of #689DBC
Black with #689DBC
Text Example
Text Example
White with #689DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689DBC; }
p { color: rgb(104,157,188); }
H1.HeaderClassName
{
color: #689DBC;
}
.AnyTagClassName
{
color: #689DBC;
}
</style>
background-color css
<style>
a { background-color: #689DBC; }
a { background-color: rgb(104,157,188); }
div.DivClassName
{
background-color: #689DBC;
}
.BgClassName
{
background-color: #689DBC;
}
</style>
border-color css
<style>
span { border-color: #689DBC; }
span { border-color: rgb(104,157,188); }
td.TdClassName
{
border-color: #689DBC;
}
.TagClassName
{
border-color: #689DBC;
}
</style>