Shades of Shakespeare #699BAE
Tints of Shakespeare #699BAE
RGB
CMYK
RGB Variations
Color information
#699BAE (or 0x699BAE) is known color: Shakespeare. HEX triplet: 69, 9B and AE. RGB value is (105,155,174). Sum of RGB (Red+Green+Blue) = 105+155+174=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #699BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699BAE is #966451. Grayscale: #8E8E8E. Windows color (decimal): -9856082 or 11443049. OLE color: 11443049.
HSL color Cylindrical-coordinate representation of color #699BAE: hue angle of 196.52º 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 #699BAE is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 155 | 174 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.32 |
| HSL | 196.52º | 0.3% | 0.55% | - |
| HSV(B) | 196.52º | 0.4% | 0.68% | - |
| XYZ | 25.19 | 29.5 | 44.41 | - |
| YUV | 142.22 | 145.94 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 174 | 0.40 | 0.11 | 0 | 0.32 | 196.52 | 0.3 | 0.55 |
| Hex | 69 | 9B | AE | 28 | B | 0 | 20 | C5 | 1E | 37 |
| Octal | 151 | 233 | 256 | 50 | 13 | 0 | 40 | 305 | 36 | 67 |
| Binary | 1101001 | 10011011 | 10101110 | 101000 | 1011 | 0 | 100000 | 11000101 | 11110 | 110111 |
Color Harmonies of #699BAE
Complementary color
Monochromatic Colors of #699BAE
Black with #699BAE
Text Example
Text Example
White with #699BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BAE; }
p { color: rgb(105,155,174); }
H1.HeaderClassName
{
color: #699BAE;
}
.AnyTagClassName
{
color: #699BAE;
}
</style>
background-color css
<style>
a { background-color: #699BAE; }
a { background-color: rgb(105,155,174); }
div.DivClassName
{
background-color: #699BAE;
}
.BgClassName
{
background-color: #699BAE;
}
</style>
border-color css
<style>
span { border-color: #699BAE; }
span { border-color: rgb(105,155,174); }
td.TdClassName
{
border-color: #699BAE;
}
.TagClassName
{
border-color: #699BAE;
}
</style>