Shades of Shakespeare #6895BE
Tints of Shakespeare #6895BE
RGB
CMYK
RGB Variations
Color information
#6895BE (or 0x6895BE) is known color: Shakespeare. HEX triplet: 68, 95 and BE. RGB value is (104,149,190). Sum of RGB (Red+Green+Blue) = 104+149+190=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #6895BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6895BE is #976A41. Grayscale: #8C8C8C. Windows color (decimal): -9923138 or 12490088. OLE color: 12490088.
HSL color Cylindrical-coordinate representation of color #6895BE: hue angle of 208.6º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6895BE is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 149 | 190 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.25 |
| HSL | 208.6º | 0.4% | 0.58% | - |
| HSV(B) | 208.6º | 0.45% | 0.75% | - |
| XYZ | 25.75 | 28.16 | 52.79 | - |
| YUV | 140.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 190 | 0.45 | 0.22 | 0 | 0.25 | 208.6 | 0.4 | 0.58 |
| Hex | 68 | 95 | BE | 2D | 16 | 0 | 19 | D1 | 28 | 3A |
| Octal | 150 | 225 | 276 | 55 | 26 | 0 | 31 | 321 | 50 | 72 |
| Binary | 1101000 | 10010101 | 10111110 | 101101 | 10110 | 0 | 11001 | 11010001 | 101000 | 111010 |
Color Harmonies of #6895BE
Complementary color
Monochromatic Colors of #6895BE
Black with #6895BE
Text Example
Text Example
White with #6895BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6895BE; }
p { color: rgb(104,149,190); }
H1.HeaderClassName
{
color: #6895BE;
}
.AnyTagClassName
{
color: #6895BE;
}
</style>
background-color css
<style>
a { background-color: #6895BE; }
a { background-color: rgb(104,149,190); }
div.DivClassName
{
background-color: #6895BE;
}
.BgClassName
{
background-color: #6895BE;
}
</style>
border-color css
<style>
span { border-color: #6895BE; }
span { border-color: rgb(104,149,190); }
td.TdClassName
{
border-color: #6895BE;
}
.TagClassName
{
border-color: #6895BE;
}
</style>