Shades of Shakespeare #6599BF
Tints of Shakespeare #6599BF
RGB
CMYK
RGB Variations
Color information
#6599BF (or 0x6599BF) is known color: Shakespeare. HEX triplet: 65, 99 and BF. RGB value is (101,153,191). Sum of RGB (Red+Green+Blue) = 101+153+191=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #6599BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6599BF is #9A6640. Grayscale: #8D8D8D. Windows color (decimal): -10118721 or 12556645. OLE color: 12556645.
HSL color Cylindrical-coordinate representation of color #6599BF: hue angle of 205.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6599BF is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 153 | 191 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.25 |
| HSL | 205.33º | 0.41% | 0.57% | - |
| HSV(B) | 205.33º | 0.47% | 0.75% | - |
| XYZ | 26.16 | 29.31 | 53.57 | - |
| YUV | 141.78 | 155.77 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 191 | 0.47 | 0.20 | 0 | 0.25 | 205.33 | 0.41 | 0.57 |
| Hex | 65 | 99 | BF | 2F | 14 | 0 | 19 | CD | 29 | 39 |
| Octal | 145 | 231 | 277 | 57 | 24 | 0 | 31 | 315 | 51 | 71 |
| Binary | 1100101 | 10011001 | 10111111 | 101111 | 10100 | 0 | 11001 | 11001101 | 101001 | 111001 |
Color Harmonies of #6599BF
Complementary color
Monochromatic Colors of #6599BF
Black with #6599BF
Text Example
Text Example
White with #6599BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6599BF; }
p { color: rgb(101,153,191); }
H1.HeaderClassName
{
color: #6599BF;
}
.AnyTagClassName
{
color: #6599BF;
}
</style>
background-color css
<style>
a { background-color: #6599BF; }
a { background-color: rgb(101,153,191); }
div.DivClassName
{
background-color: #6599BF;
}
.BgClassName
{
background-color: #6599BF;
}
</style>
border-color css
<style>
span { border-color: #6599BF; }
span { border-color: rgb(101,153,191); }
td.TdClassName
{
border-color: #6599BF;
}
.TagClassName
{
border-color: #6599BF;
}
</style>