Shades of Shakespeare #6996AB
Tints of Shakespeare #6996AB
RGB
CMYK
RGB Variations
Color information
#6996AB (or 0x6996AB) is known color: Shakespeare. HEX triplet: 69, 96 and AB. RGB value is (105,150,171). Sum of RGB (Red+Green+Blue) = 105+150+171=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #6996AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6996AB is #966954. Grayscale: #8A8A8A. Windows color (decimal): -9857365 or 11245161. OLE color: 11245161.
HSL color Cylindrical-coordinate representation of color #6996AB: hue angle of 199.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6996AB is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 150 | 171 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.33 |
| HSL | 199.09º | 0.28% | 0.54% | - |
| HSV(B) | 199.09º | 0.39% | 0.67% | - |
| XYZ | 24.08 | 27.76 | 42.62 | - |
| YUV | 138.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 171 | 0.39 | 0.12 | 0 | 0.33 | 199.09 | 0.28 | 0.54 |
| Hex | 69 | 96 | AB | 27 | C | 0 | 21 | C7 | 1C | 36 |
| Octal | 151 | 226 | 253 | 47 | 14 | 0 | 41 | 307 | 34 | 66 |
| Binary | 1101001 | 10010110 | 10101011 | 100111 | 1100 | 0 | 100001 | 11000111 | 11100 | 110110 |
Color Harmonies of #6996AB
Complementary color
Monochromatic Colors of #6996AB
Black with #6996AB
Text Example
Text Example
White with #6996AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6996AB; }
p { color: rgb(105,150,171); }
H1.HeaderClassName
{
color: #6996AB;
}
.AnyTagClassName
{
color: #6996AB;
}
</style>
background-color css
<style>
a { background-color: #6996AB; }
a { background-color: rgb(105,150,171); }
div.DivClassName
{
background-color: #6996AB;
}
.BgClassName
{
background-color: #6996AB;
}
</style>
border-color css
<style>
span { border-color: #6996AB; }
span { border-color: rgb(105,150,171); }
td.TdClassName
{
border-color: #6996AB;
}
.TagClassName
{
border-color: #6996AB;
}
</style>