Shades of Shakespeare #6897BE
Tints of Shakespeare #6897BE
RGB
CMYK
RGB Variations
Color information
#6897BE (or 0x6897BE) is known color: Shakespeare. HEX triplet: 68, 97 and BE. RGB value is (104,151,190). Sum of RGB (Red+Green+Blue) = 104+151+190=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #6897BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6897BE is #976841. Grayscale: #8D8D8D. Windows color (decimal): -9922626 or 12490600. OLE color: 12490600.
HSL color Cylindrical-coordinate representation of color #6897BE: hue angle of 207.21º 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 #6897BE is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 151 | 190 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.25 |
| HSL | 207.21º | 0.4% | 0.58% | - |
| HSV(B) | 207.21º | 0.45% | 0.75% | - |
| XYZ | 26.07 | 28.79 | 52.9 | - |
| YUV | 141.39 | 155.43 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 190 | 0.45 | 0.21 | 0 | 0.25 | 207.21 | 0.4 | 0.58 |
| Hex | 68 | 97 | BE | 2D | 15 | 0 | 19 | CF | 28 | 3A |
| Octal | 150 | 227 | 276 | 55 | 25 | 0 | 31 | 317 | 50 | 72 |
| Binary | 1101000 | 10010111 | 10111110 | 101101 | 10101 | 0 | 11001 | 11001111 | 101000 | 111010 |
Color Harmonies of #6897BE
Complementary color
Monochromatic Colors of #6897BE
Black with #6897BE
Text Example
Text Example
White with #6897BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6897BE; }
p { color: rgb(104,151,190); }
H1.HeaderClassName
{
color: #6897BE;
}
.AnyTagClassName
{
color: #6897BE;
}
</style>
background-color css
<style>
a { background-color: #6897BE; }
a { background-color: rgb(104,151,190); }
div.DivClassName
{
background-color: #6897BE;
}
.BgClassName
{
background-color: #6897BE;
}
</style>
border-color css
<style>
span { border-color: #6897BE; }
span { border-color: rgb(104,151,190); }
td.TdClassName
{
border-color: #6897BE;
}
.TagClassName
{
border-color: #6897BE;
}
</style>