Shades of Shakespeare #6898BD
Tints of Shakespeare #6898BD
RGB
CMYK
RGB Variations
Color information
#6898BD (or 0x6898BD) is known color: Shakespeare. HEX triplet: 68, 98 and BD. RGB value is (104,152,189). Sum of RGB (Red+Green+Blue) = 104+152+189=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #6898BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6898BD is #976742. Grayscale: #8D8D8D. Windows color (decimal): -9922371 or 12425320. OLE color: 12425320.
HSL color Cylindrical-coordinate representation of color #6898BD: hue angle of 206.12º 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 #6898BD is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 152 | 189 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.26 |
| HSL | 206.12º | 0.39% | 0.57% | - |
| HSV(B) | 206.12º | 0.45% | 0.74% | - |
| XYZ | 26.12 | 29.07 | 52.38 | - |
| YUV | 141.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 189 | 0.45 | 0.20 | 0 | 0.26 | 206.12 | 0.39 | 0.57 |
| Hex | 68 | 98 | BD | 2D | 14 | 0 | 1A | CE | 27 | 39 |
| Octal | 150 | 230 | 275 | 55 | 24 | 0 | 32 | 316 | 47 | 71 |
| Binary | 1101000 | 10011000 | 10111101 | 101101 | 10100 | 0 | 11010 | 11001110 | 100111 | 111001 |
Color Harmonies of #6898BD
Complementary color
Monochromatic Colors of #6898BD
Black with #6898BD
Text Example
Text Example
White with #6898BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6898BD; }
p { color: rgb(104,152,189); }
H1.HeaderClassName
{
color: #6898BD;
}
.AnyTagClassName
{
color: #6898BD;
}
</style>
background-color css
<style>
a { background-color: #6898BD; }
a { background-color: rgb(104,152,189); }
div.DivClassName
{
background-color: #6898BD;
}
.BgClassName
{
background-color: #6898BD;
}
</style>
border-color css
<style>
span { border-color: #6898BD; }
span { border-color: rgb(104,152,189); }
td.TdClassName
{
border-color: #6898BD;
}
.TagClassName
{
border-color: #6898BD;
}
</style>