Shades of Shakespeare #6392BB
Tints of Shakespeare #6392BB
RGB
CMYK
RGB Variations
Color information
#6392BB (or 0x6392BB) is known color: Shakespeare. HEX triplet: 63, 92 and BB. RGB value is (99,146,187). Sum of RGB (Red+Green+Blue) = 99+146+187=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #6392BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6392BB is #9C6D44. Grayscale: #888888. Windows color (decimal): -10251589 or 12292707. OLE color: 12292707.
HSL color Cylindrical-coordinate representation of color #6392BB: hue angle of 207.95º 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 #6392BB is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 146 | 187 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.27 |
| HSL | 207.95º | 0.39% | 0.56% | - |
| HSV(B) | 207.95º | 0.47% | 0.73% | - |
| XYZ | 24.39 | 26.8 | 50.9 | - |
| YUV | 136.62 | 156.43 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 187 | 0.47 | 0.22 | 0 | 0.27 | 207.95 | 0.39 | 0.56 |
| Hex | 63 | 92 | BB | 2F | 16 | 0 | 1B | D0 | 27 | 38 |
| Octal | 143 | 222 | 273 | 57 | 26 | 0 | 33 | 320 | 47 | 70 |
| Binary | 1100011 | 10010010 | 10111011 | 101111 | 10110 | 0 | 11011 | 11010000 | 100111 | 111000 |
Color Harmonies of #6392BB
Complementary color
Monochromatic Colors of #6392BB
Black with #6392BB
Text Example
Text Example
White with #6392BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6392BB; }
p { color: rgb(99,146,187); }
H1.HeaderClassName
{
color: #6392BB;
}
.AnyTagClassName
{
color: #6392BB;
}
</style>
background-color css
<style>
a { background-color: #6392BB; }
a { background-color: rgb(99,146,187); }
div.DivClassName
{
background-color: #6392BB;
}
.BgClassName
{
background-color: #6392BB;
}
</style>
border-color css
<style>
span { border-color: #6392BB; }
span { border-color: rgb(99,146,187); }
td.TdClassName
{
border-color: #6392BB;
}
.TagClassName
{
border-color: #6392BB;
}
</style>