Shades of Shakespeare #689BAA
Tints of Shakespeare #689BAA
RGB
CMYK
RGB Variations
Color information
#689BAA (or 0x689BAA) is known color: Shakespeare. HEX triplet: 68, 9B and AA. RGB value is (104,155,170). Sum of RGB (Red+Green+Blue) = 104+155+170=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #689BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689BAA is #976455. Grayscale: #8D8D8D. Windows color (decimal): -9921622 or 11180904. OLE color: 11180904.
HSL color Cylindrical-coordinate representation of color #689BAA: hue angle of 193.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #689BAA is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 155 | 170 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.33 |
| HSL | 193.64º | 0.28% | 0.54% | - |
| HSV(B) | 193.64º | 0.39% | 0.67% | - |
| XYZ | 24.69 | 29.29 | 42.38 | - |
| YUV | 141.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 170 | 0.39 | 0.09 | 0 | 0.33 | 193.64 | 0.28 | 0.54 |
| Hex | 68 | 9B | AA | 27 | 9 | 0 | 21 | C2 | 1C | 36 |
| Octal | 150 | 233 | 252 | 47 | 11 | 0 | 41 | 302 | 34 | 66 |
| Binary | 1101000 | 10011011 | 10101010 | 100111 | 1001 | 0 | 100001 | 11000010 | 11100 | 110110 |
Color Harmonies of #689BAA
Complementary color
Monochromatic Colors of #689BAA
Black with #689BAA
Text Example
Text Example
White with #689BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BAA; }
p { color: rgb(104,155,170); }
H1.HeaderClassName
{
color: #689BAA;
}
.AnyTagClassName
{
color: #689BAA;
}
</style>
background-color css
<style>
a { background-color: #689BAA; }
a { background-color: rgb(104,155,170); }
div.DivClassName
{
background-color: #689BAA;
}
.BgClassName
{
background-color: #689BAA;
}
</style>
border-color css
<style>
span { border-color: #689BAA; }
span { border-color: rgb(104,155,170); }
td.TdClassName
{
border-color: #689BAA;
}
.TagClassName
{
border-color: #689BAA;
}
</style>