Shades of Shakespeare #689FB4
Tints of Shakespeare #689FB4
RGB
CMYK
RGB Variations
Color information
#689FB4 (or 0x689FB4) is known color: Shakespeare. HEX triplet: 68, 9F and B4. RGB value is (104,159,180). Sum of RGB (Red+Green+Blue) = 104+159+180=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #689FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689FB4 is #97604B. Grayscale: #909090. Windows color (decimal): -9920588 or 11837288. OLE color: 11837288.
HSL color Cylindrical-coordinate representation of color #689FB4: hue angle of 196.58º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #689FB4 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 159 | 180 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.29 |
| HSL | 196.58º | 0.34% | 0.56% | - |
| HSV(B) | 196.58º | 0.42% | 0.71% | - |
| XYZ | 26.35 | 31.03 | 47.78 | - |
| YUV | 144.95 | 147.78 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 180 | 0.42 | 0.12 | 0 | 0.29 | 196.58 | 0.34 | 0.56 |
| Hex | 68 | 9F | B4 | 2A | C | 0 | 1D | C5 | 22 | 38 |
| Octal | 150 | 237 | 264 | 52 | 14 | 0 | 35 | 305 | 42 | 70 |
| Binary | 1101000 | 10011111 | 10110100 | 101010 | 1100 | 0 | 11101 | 11000101 | 100010 | 111000 |
Color Harmonies of #689FB4
Complementary color
Monochromatic Colors of #689FB4
Black with #689FB4
Text Example
Text Example
White with #689FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689FB4; }
p { color: rgb(104,159,180); }
H1.HeaderClassName
{
color: #689FB4;
}
.AnyTagClassName
{
color: #689FB4;
}
</style>
background-color css
<style>
a { background-color: #689FB4; }
a { background-color: rgb(104,159,180); }
div.DivClassName
{
background-color: #689FB4;
}
.BgClassName
{
background-color: #689FB4;
}
</style>
border-color css
<style>
span { border-color: #689FB4; }
span { border-color: rgb(104,159,180); }
td.TdClassName
{
border-color: #689FB4;
}
.TagClassName
{
border-color: #689FB4;
}
</style>