Shades of Shakespeare #6A98B9
Tints of Shakespeare #6A98B9
RGB
CMYK
RGB Variations
Color information
#6A98B9 (or 0x6A98B9) is known color: Shakespeare. HEX triplet: 6A, 98 and B9. RGB value is (106,152,185). Sum of RGB (Red+Green+Blue) = 106+152+185=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #6A98B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A98B9 is #956746. Grayscale: #8D8D8D. Windows color (decimal): -9791303 or 12163178. OLE color: 12163178.
HSL color Cylindrical-coordinate representation of color #6A98B9: hue angle of 205.06º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A98B9 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 152 | 185 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.27 |
| HSL | 205.06º | 0.36% | 0.57% | - |
| HSV(B) | 205.06º | 0.43% | 0.73% | - |
| XYZ | 25.93 | 29.02 | 50.13 | - |
| YUV | 142.01 | 152.26 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 152 | 185 | 0.43 | 0.18 | 0 | 0.27 | 205.06 | 0.36 | 0.57 |
| Hex | 6A | 98 | B9 | 2B | 12 | 0 | 1B | CD | 24 | 39 |
| Octal | 152 | 230 | 271 | 53 | 22 | 0 | 33 | 315 | 44 | 71 |
| Binary | 1101010 | 10011000 | 10111001 | 101011 | 10010 | 0 | 11011 | 11001101 | 100100 | 111001 |
Color Harmonies of #6A98B9
Complementary color
Monochromatic Colors of #6A98B9
Black with #6A98B9
Text Example
Text Example
White with #6A98B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A98B9; }
p { color: rgb(106,152,185); }
H1.HeaderClassName
{
color: #6A98B9;
}
.AnyTagClassName
{
color: #6A98B9;
}
</style>
background-color css
<style>
a { background-color: #6A98B9; }
a { background-color: rgb(106,152,185); }
div.DivClassName
{
background-color: #6A98B9;
}
.BgClassName
{
background-color: #6A98B9;
}
</style>
border-color css
<style>
span { border-color: #6A98B9; }
span { border-color: rgb(106,152,185); }
td.TdClassName
{
border-color: #6A98B9;
}
.TagClassName
{
border-color: #6A98B9;
}
</style>