Shades of Shakespeare #6899BA
Tints of Shakespeare #6899BA
RGB
CMYK
RGB Variations
Color information
#6899BA (or 0x6899BA) is known color: Shakespeare. HEX triplet: 68, 99 and BA. RGB value is (104,153,186). Sum of RGB (Red+Green+Blue) = 104+153+186=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #6899BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6899BA is #976645. Grayscale: #8D8D8D. Windows color (decimal): -9922118 or 12228968. OLE color: 12228968.
HSL color Cylindrical-coordinate representation of color #6899BA: hue angle of 204.15º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6899BA is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 153 | 186 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.27 |
| HSL | 204.15º | 0.37% | 0.57% | - |
| HSV(B) | 204.15º | 0.44% | 0.73% | - |
| XYZ | 25.96 | 29.27 | 50.74 | - |
| YUV | 142.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 186 | 0.44 | 0.18 | 0 | 0.27 | 204.15 | 0.37 | 0.57 |
| Hex | 68 | 99 | BA | 2C | 12 | 0 | 1B | CC | 25 | 39 |
| Octal | 150 | 231 | 272 | 54 | 22 | 0 | 33 | 314 | 45 | 71 |
| Binary | 1101000 | 10011001 | 10111010 | 101100 | 10010 | 0 | 11011 | 11001100 | 100101 | 111001 |
Color Harmonies of #6899BA
Complementary color
Monochromatic Colors of #6899BA
Black with #6899BA
Text Example
Text Example
White with #6899BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6899BA; }
p { color: rgb(104,153,186); }
H1.HeaderClassName
{
color: #6899BA;
}
.AnyTagClassName
{
color: #6899BA;
}
</style>
background-color css
<style>
a { background-color: #6899BA; }
a { background-color: rgb(104,153,186); }
div.DivClassName
{
background-color: #6899BA;
}
.BgClassName
{
background-color: #6899BA;
}
</style>
border-color css
<style>
span { border-color: #6899BA; }
span { border-color: rgb(104,153,186); }
td.TdClassName
{
border-color: #6899BA;
}
.TagClassName
{
border-color: #6899BA;
}
</style>