Shades of Shakespeare #6898BF
Tints of Shakespeare #6898BF
RGB
CMYK
RGB Variations
Color information
#6898BF (or 0x6898BF) is known color: Shakespeare. HEX triplet: 68, 98 and BF. RGB value is (104,152,191). Sum of RGB (Red+Green+Blue) = 104+152+191=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #6898BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6898BF is #976740. Grayscale: #8D8D8D. Windows color (decimal): -9922369 or 12556392. OLE color: 12556392.
HSL color Cylindrical-coordinate representation of color #6898BF: hue angle of 206.9º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6898BF is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 152 | 191 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.25 |
| HSL | 206.9º | 0.4% | 0.58% | - |
| HSV(B) | 206.9º | 0.46% | 0.75% | - |
| XYZ | 26.34 | 29.16 | 53.53 | - |
| YUV | 142.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 191 | 0.46 | 0.20 | 0 | 0.25 | 206.9 | 0.4 | 0.58 |
| Hex | 68 | 98 | BF | 2E | 14 | 0 | 19 | CF | 28 | 3A |
| Octal | 150 | 230 | 277 | 56 | 24 | 0 | 31 | 317 | 50 | 72 |
| Binary | 1101000 | 10011000 | 10111111 | 101110 | 10100 | 0 | 11001 | 11001111 | 101000 | 111010 |
Color Harmonies of #6898BF
Complementary color
Monochromatic Colors of #6898BF
Black with #6898BF
Text Example
Text Example
White with #6898BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6898BF; }
p { color: rgb(104,152,191); }
H1.HeaderClassName
{
color: #6898BF;
}
.AnyTagClassName
{
color: #6898BF;
}
</style>
background-color css
<style>
a { background-color: #6898BF; }
a { background-color: rgb(104,152,191); }
div.DivClassName
{
background-color: #6898BF;
}
.BgClassName
{
background-color: #6898BF;
}
</style>
border-color css
<style>
span { border-color: #6898BF; }
span { border-color: rgb(104,152,191); }
td.TdClassName
{
border-color: #6898BF;
}
.TagClassName
{
border-color: #6898BF;
}
</style>