Shades of Shakespeare #699AAD
Tints of Shakespeare #699AAD
RGB
CMYK
RGB Variations
Color information
#699AAD (or 0x699AAD) is known color: Shakespeare. HEX triplet: 69, 9A and AD. RGB value is (105,154,173). Sum of RGB (Red+Green+Blue) = 105+154+173=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 154 (60.55% from 255 or 35.65% 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 #699AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699AAD is #966552. Grayscale: #8D8D8D. Windows color (decimal): -9856339 or 11377257. OLE color: 11377257.
HSL color Cylindrical-coordinate representation of color #699AAD: hue angle of 196.76º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #699AAD is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 154 | 173 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.32 |
| HSL | 196.76º | 0.29% | 0.55% | - |
| HSV(B) | 196.76º | 0.39% | 0.68% | - |
| XYZ | 24.92 | 29.13 | 43.84 | - |
| YUV | 141.52 | 145.77 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 173 | 0.39 | 0.11 | 0 | 0.32 | 196.76 | 0.29 | 0.55 |
| Hex | 69 | 9A | AD | 27 | B | 0 | 20 | C5 | 1D | 37 |
| Octal | 151 | 232 | 255 | 47 | 13 | 0 | 40 | 305 | 35 | 67 |
| Binary | 1101001 | 10011010 | 10101101 | 100111 | 1011 | 0 | 100000 | 11000101 | 11101 | 110111 |
Color Harmonies of #699AAD
Complementary color
Monochromatic Colors of #699AAD
Black with #699AAD
Text Example
Text Example
White with #699AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699AAD; }
p { color: rgb(105,154,173); }
H1.HeaderClassName
{
color: #699AAD;
}
.AnyTagClassName
{
color: #699AAD;
}
</style>
background-color css
<style>
a { background-color: #699AAD; }
a { background-color: rgb(105,154,173); }
div.DivClassName
{
background-color: #699AAD;
}
.BgClassName
{
background-color: #699AAD;
}
</style>
border-color css
<style>
span { border-color: #699AAD; }
span { border-color: rgb(105,154,173); }
td.TdClassName
{
border-color: #699AAD;
}
.TagClassName
{
border-color: #699AAD;
}
</style>