Shades of Shakespeare #699AAE
Tints of Shakespeare #699AAE
RGB
CMYK
RGB Variations
Color information
#699AAE (or 0x699AAE) is known color: Shakespeare. HEX triplet: 69, 9A and AE. RGB value is (105,154,174). Sum of RGB (Red+Green+Blue) = 105+154+174=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #699AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699AAE is #966551. Grayscale: #8D8D8D. Windows color (decimal): -9856338 or 11442793. OLE color: 11442793.
HSL color Cylindrical-coordinate representation of color #699AAE: hue angle of 197.39º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #699AAE is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 154 | 174 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.32 |
| HSL | 197.39º | 0.3% | 0.55% | - |
| HSV(B) | 197.39º | 0.4% | 0.68% | - |
| XYZ | 25.02 | 29.17 | 44.36 | - |
| YUV | 141.63 | 146.27 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 174 | 0.40 | 0.11 | 0 | 0.32 | 197.39 | 0.3 | 0.55 |
| Hex | 69 | 9A | AE | 28 | B | 0 | 20 | C5 | 1E | 37 |
| Octal | 151 | 232 | 256 | 50 | 13 | 0 | 40 | 305 | 36 | 67 |
| Binary | 1101001 | 10011010 | 10101110 | 101000 | 1011 | 0 | 100000 | 11000101 | 11110 | 110111 |
Color Harmonies of #699AAE
Complementary color
Monochromatic Colors of #699AAE
Black with #699AAE
Text Example
Text Example
White with #699AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699AAE; }
p { color: rgb(105,154,174); }
H1.HeaderClassName
{
color: #699AAE;
}
.AnyTagClassName
{
color: #699AAE;
}
</style>
background-color css
<style>
a { background-color: #699AAE; }
a { background-color: rgb(105,154,174); }
div.DivClassName
{
background-color: #699AAE;
}
.BgClassName
{
background-color: #699AAE;
}
</style>
border-color css
<style>
span { border-color: #699AAE; }
span { border-color: rgb(105,154,174); }
td.TdClassName
{
border-color: #699AAE;
}
.TagClassName
{
border-color: #699AAE;
}
</style>