Shades of Shakespeare #6599BA
Tints of Shakespeare #6599BA
RGB
CMYK
RGB Variations
Color information
#6599BA (or 0x6599BA) is known color: Shakespeare. HEX triplet: 65, 99 and BA. RGB value is (101,153,186). Sum of RGB (Red+Green+Blue) = 101+153+186=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #6599BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6599BA is #9A6645. Grayscale: #8D8D8D. Windows color (decimal): -10118726 or 12228965. OLE color: 12228965.
HSL color Cylindrical-coordinate representation of color #6599BA: hue angle of 203.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6599BA is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 153 | 186 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.27 |
| HSL | 203.29º | 0.38% | 0.56% | - |
| HSV(B) | 203.29º | 0.46% | 0.73% | - |
| XYZ | 25.62 | 29.09 | 50.72 | - |
| YUV | 141.21 | 153.27 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 186 | 0.46 | 0.18 | 0 | 0.27 | 203.29 | 0.38 | 0.56 |
| Hex | 65 | 99 | BA | 2E | 12 | 0 | 1B | CB | 26 | 38 |
| Octal | 145 | 231 | 272 | 56 | 22 | 0 | 33 | 313 | 46 | 70 |
| Binary | 1100101 | 10011001 | 10111010 | 101110 | 10010 | 0 | 11011 | 11001011 | 100110 | 111000 |
Color Harmonies of #6599BA
Complementary color
Monochromatic Colors of #6599BA
Black with #6599BA
Text Example
Text Example
White with #6599BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6599BA; }
p { color: rgb(101,153,186); }
H1.HeaderClassName
{
color: #6599BA;
}
.AnyTagClassName
{
color: #6599BA;
}
</style>
background-color css
<style>
a { background-color: #6599BA; }
a { background-color: rgb(101,153,186); }
div.DivClassName
{
background-color: #6599BA;
}
.BgClassName
{
background-color: #6599BA;
}
</style>
border-color css
<style>
span { border-color: #6599BA; }
span { border-color: rgb(101,153,186); }
td.TdClassName
{
border-color: #6599BA;
}
.TagClassName
{
border-color: #6599BA;
}
</style>