Shades of Shakespeare #6A99AD
Tints of Shakespeare #6A99AD
RGB
CMYK
RGB Variations
Color information
#6A99AD (or 0x6A99AD) is known color: Shakespeare. HEX triplet: 6A, 99 and AD. RGB value is (106,153,173). Sum of RGB (Red+Green+Blue) = 106+153+173=432 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.54% from 432); Green value is 153 (60.16% from 255 or 35.42% 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 #6A99AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A99AD is #956652. Grayscale: #8D8D8D. Windows color (decimal): -9791059 or 11377002. OLE color: 11377002.
HSL color Cylindrical-coordinate representation of color #6A99AD: hue angle of 197.91º 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 #6A99AD is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 153 | 173 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.32 |
| HSL | 197.91º | 0.29% | 0.55% | - |
| HSV(B) | 197.91º | 0.39% | 0.68% | - |
| XYZ | 24.88 | 28.86 | 43.8 | - |
| YUV | 141.23 | 145.93 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 153 | 173 | 0.39 | 0.12 | 0 | 0.32 | 197.91 | 0.29 | 0.55 |
| Hex | 6A | 99 | AD | 27 | C | 0 | 20 | C6 | 1D | 37 |
| Octal | 152 | 231 | 255 | 47 | 14 | 0 | 40 | 306 | 35 | 67 |
| Binary | 1101010 | 10011001 | 10101101 | 100111 | 1100 | 0 | 100000 | 11000110 | 11101 | 110111 |
Color Harmonies of #6A99AD
Complementary color
Monochromatic Colors of #6A99AD
Black with #6A99AD
Text Example
Text Example
White with #6A99AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A99AD; }
p { color: rgb(106,153,173); }
H1.HeaderClassName
{
color: #6A99AD;
}
.AnyTagClassName
{
color: #6A99AD;
}
</style>
background-color css
<style>
a { background-color: #6A99AD; }
a { background-color: rgb(106,153,173); }
div.DivClassName
{
background-color: #6A99AD;
}
.BgClassName
{
background-color: #6A99AD;
}
</style>
border-color css
<style>
span { border-color: #6A99AD; }
span { border-color: rgb(106,153,173); }
td.TdClassName
{
border-color: #6A99AD;
}
.TagClassName
{
border-color: #6A99AD;
}
</style>