Shades of Shakespeare #6899AB
Tints of Shakespeare #6899AB
RGB
CMYK
RGB Variations
Color information
#6899AB (or 0x6899AB) is known color: Shakespeare. HEX triplet: 68, 99 and AB. RGB value is (104,153,171). Sum of RGB (Red+Green+Blue) = 104+153+171=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #6899AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6899AB is #976654. Grayscale: #8C8C8C. Windows color (decimal): -9922133 or 11245928. OLE color: 11245928.
HSL color Cylindrical-coordinate representation of color #6899AB: hue angle of 196.12º 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 #6899AB is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 153 | 171 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.33 |
| HSL | 196.12º | 0.29% | 0.54% | - |
| HSV(B) | 196.12º | 0.39% | 0.67% | - |
| XYZ | 24.45 | 28.67 | 42.77 | - |
| YUV | 140.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 171 | 0.39 | 0.11 | 0 | 0.33 | 196.12 | 0.29 | 0.54 |
| Hex | 68 | 99 | AB | 27 | B | 0 | 21 | C4 | 1D | 36 |
| Octal | 150 | 231 | 253 | 47 | 13 | 0 | 41 | 304 | 35 | 66 |
| Binary | 1101000 | 10011001 | 10101011 | 100111 | 1011 | 0 | 100001 | 11000100 | 11101 | 110110 |
Color Harmonies of #6899AB
Complementary color
Monochromatic Colors of #6899AB
Black with #6899AB
Text Example
Text Example
White with #6899AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6899AB; }
p { color: rgb(104,153,171); }
H1.HeaderClassName
{
color: #6899AB;
}
.AnyTagClassName
{
color: #6899AB;
}
</style>
background-color css
<style>
a { background-color: #6899AB; }
a { background-color: rgb(104,153,171); }
div.DivClassName
{
background-color: #6899AB;
}
.BgClassName
{
background-color: #6899AB;
}
</style>
border-color css
<style>
span { border-color: #6899AB; }
span { border-color: rgb(104,153,171); }
td.TdClassName
{
border-color: #6899AB;
}
.TagClassName
{
border-color: #6899AB;
}
</style>