Shades of Shakespeare #6391B6
Tints of Shakespeare #6391B6
RGB
CMYK
RGB Variations
Color information
#6391B6 (or 0x6391B6) is known color: Shakespeare. HEX triplet: 63, 91 and B6. RGB value is (99,145,182). Sum of RGB (Red+Green+Blue) = 99+145+182=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: blue. Hex color #6391B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6391B6 is #9C6E49. Grayscale: #878787. Windows color (decimal): -10251850 or 11964771. OLE color: 11964771.
HSL color Cylindrical-coordinate representation of color #6391B6: hue angle of 206.75º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6391B6 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 145 | 182 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.29 |
| HSL | 206.75º | 0.36% | 0.55% | - |
| HSV(B) | 206.75º | 0.46% | 0.71% | - |
| XYZ | 23.71 | 26.28 | 48.08 | - |
| YUV | 135.46 | 154.26 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 182 | 0.46 | 0.20 | 0 | 0.29 | 206.75 | 0.36 | 0.55 |
| Hex | 63 | 91 | B6 | 2E | 14 | 0 | 1D | CF | 24 | 37 |
| Octal | 143 | 221 | 266 | 56 | 24 | 0 | 35 | 317 | 44 | 67 |
| Binary | 1100011 | 10010001 | 10110110 | 101110 | 10100 | 0 | 11101 | 11001111 | 100100 | 110111 |
Color Harmonies of #6391B6
Complementary color
Monochromatic Colors of #6391B6
Black with #6391B6
Text Example
Text Example
White with #6391B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6391B6; }
p { color: rgb(99,145,182); }
H1.HeaderClassName
{
color: #6391B6;
}
.AnyTagClassName
{
color: #6391B6;
}
</style>
background-color css
<style>
a { background-color: #6391B6; }
a { background-color: rgb(99,145,182); }
div.DivClassName
{
background-color: #6391B6;
}
.BgClassName
{
background-color: #6391B6;
}
</style>
border-color css
<style>
span { border-color: #6391B6; }
span { border-color: rgb(99,145,182); }
td.TdClassName
{
border-color: #6391B6;
}
.TagClassName
{
border-color: #6391B6;
}
</style>