Shades of Shakespeare #689BBA
Tints of Shakespeare #689BBA
RGB
CMYK
RGB Variations
Color information
#689BBA (or 0x689BBA) is known color: Shakespeare. HEX triplet: 68, 9B and BA. RGB value is (104,155,186). Sum of RGB (Red+Green+Blue) = 104+155+186=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #689BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BBA is #976445. Grayscale: #8F8F8F. Windows color (decimal): -9921606 or 12229480. OLE color: 12229480.
HSL color Cylindrical-coordinate representation of color #689BBA: hue angle of 202.68º 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 #689BBA is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 155 | 186 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.27 |
| HSL | 202.68º | 0.37% | 0.57% | - |
| HSV(B) | 202.68º | 0.44% | 0.73% | - |
| XYZ | 26.29 | 29.93 | 50.85 | - |
| YUV | 143.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 186 | 0.44 | 0.17 | 0 | 0.27 | 202.68 | 0.37 | 0.57 |
| Hex | 68 | 9B | BA | 2C | 11 | 0 | 1B | CB | 25 | 39 |
| Octal | 150 | 233 | 272 | 54 | 21 | 0 | 33 | 313 | 45 | 71 |
| Binary | 1101000 | 10011011 | 10111010 | 101100 | 10001 | 0 | 11011 | 11001011 | 100101 | 111001 |
Color Harmonies of #689BBA
Complementary color
Monochromatic Colors of #689BBA
Black with #689BBA
Text Example
Text Example
White with #689BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BBA; }
p { color: rgb(104,155,186); }
H1.HeaderClassName
{
color: #689BBA;
}
.AnyTagClassName
{
color: #689BBA;
}
</style>
background-color css
<style>
a { background-color: #689BBA; }
a { background-color: rgb(104,155,186); }
div.DivClassName
{
background-color: #689BBA;
}
.BgClassName
{
background-color: #689BBA;
}
</style>
border-color css
<style>
span { border-color: #689BBA; }
span { border-color: rgb(104,155,186); }
td.TdClassName
{
border-color: #689BBA;
}
.TagClassName
{
border-color: #689BBA;
}
</style>