Shades of Shakespeare #689BAD
Tints of Shakespeare #689BAD
RGB
CMYK
RGB Variations
Color information
#689BAD (or 0x689BAD) is known color: Shakespeare. HEX triplet: 68, 9B and AD. RGB value is (104,155,173). Sum of RGB (Red+Green+Blue) = 104+155+173=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #689BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689BAD is #976452. Grayscale: #8D8D8D. Windows color (decimal): -9921619 or 11377512. OLE color: 11377512.
HSL color Cylindrical-coordinate representation of color #689BAD: hue angle of 195.65º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #689BAD is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 155 | 173 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.32 |
| HSL | 195.65º | 0.3% | 0.54% | - |
| HSV(B) | 195.65º | 0.4% | 0.68% | - |
| XYZ | 24.97 | 29.4 | 43.89 | - |
| YUV | 141.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 173 | 0.40 | 0.10 | 0 | 0.32 | 195.65 | 0.3 | 0.54 |
| Hex | 68 | 9B | AD | 28 | A | 0 | 20 | C4 | 1E | 36 |
| Octal | 150 | 233 | 255 | 50 | 12 | 0 | 40 | 304 | 36 | 66 |
| Binary | 1101000 | 10011011 | 10101101 | 101000 | 1010 | 0 | 100000 | 11000100 | 11110 | 110110 |
Color Harmonies of #689BAD
Complementary color
Monochromatic Colors of #689BAD
Black with #689BAD
Text Example
Text Example
White with #689BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BAD; }
p { color: rgb(104,155,173); }
H1.HeaderClassName
{
color: #689BAD;
}
.AnyTagClassName
{
color: #689BAD;
}
</style>
background-color css
<style>
a { background-color: #689BAD; }
a { background-color: rgb(104,155,173); }
div.DivClassName
{
background-color: #689BAD;
}
.BgClassName
{
background-color: #689BAD;
}
</style>
border-color css
<style>
span { border-color: #689BAD; }
span { border-color: rgb(104,155,173); }
td.TdClassName
{
border-color: #689BAD;
}
.TagClassName
{
border-color: #689BAD;
}
</style>