Shades of Shakespeare #6896AE
Tints of Shakespeare #6896AE
RGB
CMYK
RGB Variations
Color information
#6896AE (or 0x6896AE) is known color: Shakespeare. HEX triplet: 68, 96 and AE. RGB value is (104,150,174). Sum of RGB (Red+Green+Blue) = 104+150+174=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #6896AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6896AE is #976951. Grayscale: #8A8A8A. Windows color (decimal): -9922898 or 11441768. OLE color: 11441768.
HSL color Cylindrical-coordinate representation of color #6896AE: hue angle of 200.57º 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 #6896AE is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 150 | 174 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.32 |
| HSL | 200.57º | 0.3% | 0.55% | - |
| HSV(B) | 200.57º | 0.4% | 0.68% | - |
| XYZ | 24.26 | 27.81 | 44.13 | - |
| YUV | 138.98 | 147.76 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 174 | 0.40 | 0.14 | 0 | 0.32 | 200.57 | 0.3 | 0.55 |
| Hex | 68 | 96 | AE | 28 | E | 0 | 20 | C9 | 1E | 37 |
| Octal | 150 | 226 | 256 | 50 | 16 | 0 | 40 | 311 | 36 | 67 |
| Binary | 1101000 | 10010110 | 10101110 | 101000 | 1110 | 0 | 100000 | 11001001 | 11110 | 110111 |
Color Harmonies of #6896AE
Complementary color
Monochromatic Colors of #6896AE
Black with #6896AE
Text Example
Text Example
White with #6896AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6896AE; }
p { color: rgb(104,150,174); }
H1.HeaderClassName
{
color: #6896AE;
}
.AnyTagClassName
{
color: #6896AE;
}
</style>
background-color css
<style>
a { background-color: #6896AE; }
a { background-color: rgb(104,150,174); }
div.DivClassName
{
background-color: #6896AE;
}
.BgClassName
{
background-color: #6896AE;
}
</style>
border-color css
<style>
span { border-color: #6896AE; }
span { border-color: rgb(104,150,174); }
td.TdClassName
{
border-color: #6896AE;
}
.TagClassName
{
border-color: #6896AE;
}
</style>