Shades of Shakespeare #6896AB
Tints of Shakespeare #6896AB
RGB
CMYK
RGB Variations
Color information
#6896AB (or 0x6896AB) is known color: Shakespeare. HEX triplet: 68, 96 and AB. RGB value is (104,150,171). Sum of RGB (Red+Green+Blue) = 104+150+171=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #6896AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6896AB is #976954. Grayscale: #8A8A8A. Windows color (decimal): -9922901 or 11245160. OLE color: 11245160.
HSL color Cylindrical-coordinate representation of color #6896AB: hue angle of 198.81º degrees, saturation: 0.29, 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 #6896AB is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 150 | 171 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.33 |
| HSL | 198.81º | 0.29% | 0.54% | - |
| HSV(B) | 198.81º | 0.39% | 0.67% | - |
| XYZ | 23.97 | 27.7 | 42.61 | - |
| YUV | 138.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 171 | 0.39 | 0.12 | 0 | 0.33 | 198.81 | 0.29 | 0.54 |
| Hex | 68 | 96 | AB | 27 | C | 0 | 21 | C7 | 1D | 36 |
| Octal | 150 | 226 | 253 | 47 | 14 | 0 | 41 | 307 | 35 | 66 |
| Binary | 1101000 | 10010110 | 10101011 | 100111 | 1100 | 0 | 100001 | 11000111 | 11101 | 110110 |
Color Harmonies of #6896AB
Complementary color
Monochromatic Colors of #6896AB
Black with #6896AB
Text Example
Text Example
White with #6896AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6896AB; }
p { color: rgb(104,150,171); }
H1.HeaderClassName
{
color: #6896AB;
}
.AnyTagClassName
{
color: #6896AB;
}
</style>
background-color css
<style>
a { background-color: #6896AB; }
a { background-color: rgb(104,150,171); }
div.DivClassName
{
background-color: #6896AB;
}
.BgClassName
{
background-color: #6896AB;
}
</style>
border-color css
<style>
span { border-color: #6896AB; }
span { border-color: rgb(104,150,171); }
td.TdClassName
{
border-color: #6896AB;
}
.TagClassName
{
border-color: #6896AB;
}
</style>