Shades of Shakespeare #6898BC
Tints of Shakespeare #6898BC
RGB
CMYK
RGB Variations
Color information
#6898BC (or 0x6898BC) is known color: Shakespeare. HEX triplet: 68, 98 and BC. RGB value is (104,152,188). Sum of RGB (Red+Green+Blue) = 104+152+188=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #6898BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6898BC is #976743. Grayscale: #8D8D8D. Windows color (decimal): -9922372 or 12359784. OLE color: 12359784.
HSL color Cylindrical-coordinate representation of color #6898BC: hue angle of 205.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6898BC is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 152 | 188 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.26 |
| HSL | 205.71º | 0.39% | 0.57% | - |
| HSV(B) | 205.71º | 0.45% | 0.74% | - |
| XYZ | 26.01 | 29.03 | 51.81 | - |
| YUV | 141.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 188 | 0.45 | 0.19 | 0 | 0.26 | 205.71 | 0.39 | 0.57 |
| Hex | 68 | 98 | BC | 2D | 13 | 0 | 1A | CE | 27 | 39 |
| Octal | 150 | 230 | 274 | 55 | 23 | 0 | 32 | 316 | 47 | 71 |
| Binary | 1101000 | 10011000 | 10111100 | 101101 | 10011 | 0 | 11010 | 11001110 | 100111 | 111001 |
Color Harmonies of #6898BC
Complementary color
Monochromatic Colors of #6898BC
Black with #6898BC
Text Example
Text Example
White with #6898BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6898BC; }
p { color: rgb(104,152,188); }
H1.HeaderClassName
{
color: #6898BC;
}
.AnyTagClassName
{
color: #6898BC;
}
</style>
background-color css
<style>
a { background-color: #6898BC; }
a { background-color: rgb(104,152,188); }
div.DivClassName
{
background-color: #6898BC;
}
.BgClassName
{
background-color: #6898BC;
}
</style>
border-color css
<style>
span { border-color: #6898BC; }
span { border-color: rgb(104,152,188); }
td.TdClassName
{
border-color: #6898BC;
}
.TagClassName
{
border-color: #6898BC;
}
</style>