Shades of Shakespeare #699FAE
Tints of Shakespeare #699FAE
RGB
CMYK
RGB Variations
Color information
#699FAE (or 0x699FAE) is known color: Shakespeare. HEX triplet: 69, 9F and AE. RGB value is (105,159,174). Sum of RGB (Red+Green+Blue) = 105+159+174=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #699FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699FAE is #966051. Grayscale: #909090. Windows color (decimal): -9855058 or 11444073. OLE color: 11444073.
HSL color Cylindrical-coordinate representation of color #699FAE: hue angle of 193.04º 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 #699FAE is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 159 | 174 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.32 |
| HSL | 193.04º | 0.3% | 0.55% | - |
| HSV(B) | 193.04º | 0.4% | 0.68% | - |
| XYZ | 25.86 | 30.86 | 44.64 | - |
| YUV | 144.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 174 | 0.40 | 0.09 | 0 | 0.32 | 193.04 | 0.3 | 0.55 |
| Hex | 69 | 9F | AE | 28 | 9 | 0 | 20 | C1 | 1E | 37 |
| Octal | 151 | 237 | 256 | 50 | 11 | 0 | 40 | 301 | 36 | 67 |
| Binary | 1101001 | 10011111 | 10101110 | 101000 | 1001 | 0 | 100000 | 11000001 | 11110 | 110111 |
Color Harmonies of #699FAE
Complementary color
Monochromatic Colors of #699FAE
Black with #699FAE
Text Example
Text Example
White with #699FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699FAE; }
p { color: rgb(105,159,174); }
H1.HeaderClassName
{
color: #699FAE;
}
.AnyTagClassName
{
color: #699FAE;
}
</style>
background-color css
<style>
a { background-color: #699FAE; }
a { background-color: rgb(105,159,174); }
div.DivClassName
{
background-color: #699FAE;
}
.BgClassName
{
background-color: #699FAE;
}
</style>
border-color css
<style>
span { border-color: #699FAE; }
span { border-color: rgb(105,159,174); }
td.TdClassName
{
border-color: #699FAE;
}
.TagClassName
{
border-color: #699FAE;
}
</style>