Shades of Shakespeare #689FBA
Tints of Shakespeare #689FBA
RGB
CMYK
RGB Variations
Color information
#689FBA (or 0x689FBA) is known color: Shakespeare. HEX triplet: 68, 9F and BA. RGB value is (104,159,186). Sum of RGB (Red+Green+Blue) = 104+159+186=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #689FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689FBA is #976045. Grayscale: #919191. Windows color (decimal): -9920582 or 12230504. OLE color: 12230504.
HSL color Cylindrical-coordinate representation of color #689FBA: hue angle of 199.76º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #689FBA is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 159 | 186 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.27 |
| HSL | 199.76º | 0.37% | 0.57% | - |
| HSV(B) | 199.76º | 0.44% | 0.73% | - |
| XYZ | 26.97 | 31.28 | 51.07 | - |
| YUV | 145.63 | 150.78 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 186 | 0.44 | 0.15 | 0 | 0.27 | 199.76 | 0.37 | 0.57 |
| Hex | 68 | 9F | BA | 2C | F | 0 | 1B | C8 | 25 | 39 |
| Octal | 150 | 237 | 272 | 54 | 17 | 0 | 33 | 310 | 45 | 71 |
| Binary | 1101000 | 10011111 | 10111010 | 101100 | 1111 | 0 | 11011 | 11001000 | 100101 | 111001 |
Color Harmonies of #689FBA
Complementary color
Monochromatic Colors of #689FBA
Black with #689FBA
Text Example
Text Example
White with #689FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689FBA; }
p { color: rgb(104,159,186); }
H1.HeaderClassName
{
color: #689FBA;
}
.AnyTagClassName
{
color: #689FBA;
}
</style>
background-color css
<style>
a { background-color: #689FBA; }
a { background-color: rgb(104,159,186); }
div.DivClassName
{
background-color: #689FBA;
}
.BgClassName
{
background-color: #689FBA;
}
</style>
border-color css
<style>
span { border-color: #689FBA; }
span { border-color: rgb(104,159,186); }
td.TdClassName
{
border-color: #689FBA;
}
.TagClassName
{
border-color: #689FBA;
}
</style>