Shades of Shakespeare #6399BB
Tints of Shakespeare #6399BB
RGB
CMYK
RGB Variations
Color information
#6399BB (or 0x6399BB) is known color: Shakespeare. HEX triplet: 63, 99 and BB. RGB value is (99,153,187). Sum of RGB (Red+Green+Blue) = 99+153+187=439 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.55% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #6399BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6399BB is #9C6644. Grayscale: #8C8C8C. Windows color (decimal): -10249797 or 12294499. OLE color: 12294499.
HSL color Cylindrical-coordinate representation of color #6399BB: hue angle of 203.18º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6399BB is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 153 | 187 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.27 |
| HSL | 203.18º | 0.39% | 0.56% | - |
| HSV(B) | 203.18º | 0.47% | 0.73% | - |
| XYZ | 25.51 | 29.02 | 51.27 | - |
| YUV | 140.73 | 154.11 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 187 | 0.47 | 0.18 | 0 | 0.27 | 203.18 | 0.39 | 0.56 |
| Hex | 63 | 99 | BB | 2F | 12 | 0 | 1B | CB | 27 | 38 |
| Octal | 143 | 231 | 273 | 57 | 22 | 0 | 33 | 313 | 47 | 70 |
| Binary | 1100011 | 10011001 | 10111011 | 101111 | 10010 | 0 | 11011 | 11001011 | 100111 | 111000 |
Color Harmonies of #6399BB
Complementary color
Monochromatic Colors of #6399BB
Black with #6399BB
Text Example
Text Example
White with #6399BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6399BB; }
p { color: rgb(99,153,187); }
H1.HeaderClassName
{
color: #6399BB;
}
.AnyTagClassName
{
color: #6399BB;
}
</style>
background-color css
<style>
a { background-color: #6399BB; }
a { background-color: rgb(99,153,187); }
div.DivClassName
{
background-color: #6399BB;
}
.BgClassName
{
background-color: #6399BB;
}
</style>
border-color css
<style>
span { border-color: #6399BB; }
span { border-color: rgb(99,153,187); }
td.TdClassName
{
border-color: #6399BB;
}
.TagClassName
{
border-color: #6399BB;
}
</style>