Shades of Shakespeare #6895AD
Tints of Shakespeare #6895AD
RGB
CMYK
RGB Variations
Color information
#6895AD (or 0x6895AD) is known color: Shakespeare. HEX triplet: 68, 95 and AD. RGB value is (104,149,173). Sum of RGB (Red+Green+Blue) = 104+149+173=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #6895AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6895AD is #976A52. Grayscale: #8A8A8A. Windows color (decimal): -9923155 or 11375976. OLE color: 11375976.
HSL color Cylindrical-coordinate representation of color #6895AD: hue angle of 200.87º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6895AD is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 149 | 173 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.32 |
| HSL | 200.87º | 0.3% | 0.54% | - |
| HSV(B) | 200.87º | 0.4% | 0.68% | - |
| XYZ | 24 | 27.46 | 43.57 | - |
| YUV | 138.28 | 147.59 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 173 | 0.40 | 0.14 | 0 | 0.32 | 200.87 | 0.3 | 0.54 |
| Hex | 68 | 95 | AD | 28 | E | 0 | 20 | C9 | 1E | 36 |
| Octal | 150 | 225 | 255 | 50 | 16 | 0 | 40 | 311 | 36 | 66 |
| Binary | 1101000 | 10010101 | 10101101 | 101000 | 1110 | 0 | 100000 | 11001001 | 11110 | 110110 |
Color Harmonies of #6895AD
Complementary color
Monochromatic Colors of #6895AD
Black with #6895AD
Text Example
Text Example
White with #6895AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6895AD; }
p { color: rgb(104,149,173); }
H1.HeaderClassName
{
color: #6895AD;
}
.AnyTagClassName
{
color: #6895AD;
}
</style>
background-color css
<style>
a { background-color: #6895AD; }
a { background-color: rgb(104,149,173); }
div.DivClassName
{
background-color: #6895AD;
}
.BgClassName
{
background-color: #6895AD;
}
</style>
border-color css
<style>
span { border-color: #6895AD; }
span { border-color: rgb(104,149,173); }
td.TdClassName
{
border-color: #6895AD;
}
.TagClassName
{
border-color: #6895AD;
}
</style>