Shades of Shakespeare #6899AE
Tints of Shakespeare #6899AE
RGB
CMYK
RGB Variations
Color information
#6899AE (or 0x6899AE) is known color: Shakespeare. HEX triplet: 68, 99 and AE. RGB value is (104,153,174). Sum of RGB (Red+Green+Blue) = 104+153+174=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #6899AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6899AE is #976651. Grayscale: #8C8C8C. Windows color (decimal): -9922130 or 11442536. OLE color: 11442536.
HSL color Cylindrical-coordinate representation of color #6899AE: hue angle of 198º 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 #6899AE is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 153 | 174 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.32 |
| HSL | 198º | 0.3% | 0.55% | - |
| HSV(B) | 198º | 0.4% | 0.68% | - |
| XYZ | 24.74 | 28.78 | 44.3 | - |
| YUV | 140.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 174 | 0.40 | 0.12 | 0 | 0.32 | 198 | 0.3 | 0.55 |
| Hex | 68 | 99 | AE | 28 | C | 0 | 20 | C6 | 1E | 37 |
| Octal | 150 | 231 | 256 | 50 | 14 | 0 | 40 | 306 | 36 | 67 |
| Binary | 1101000 | 10011001 | 10101110 | 101000 | 1100 | 0 | 100000 | 11000110 | 11110 | 110111 |
Color Harmonies of #6899AE
Complementary color
Monochromatic Colors of #6899AE
Black with #6899AE
Text Example
Text Example
White with #6899AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6899AE; }
p { color: rgb(104,153,174); }
H1.HeaderClassName
{
color: #6899AE;
}
.AnyTagClassName
{
color: #6899AE;
}
</style>
background-color css
<style>
a { background-color: #6899AE; }
a { background-color: rgb(104,153,174); }
div.DivClassName
{
background-color: #6899AE;
}
.BgClassName
{
background-color: #6899AE;
}
</style>
border-color css
<style>
span { border-color: #6899AE; }
span { border-color: rgb(104,153,174); }
td.TdClassName
{
border-color: #6899AE;
}
.TagClassName
{
border-color: #6899AE;
}
</style>