Shades of Shakespeare #6391B3
Tints of Shakespeare #6391B3
RGB
CMYK
RGB Variations
Color information
#6391B3 (or 0x6391B3) is known color: Shakespeare. HEX triplet: 63, 91 and B3. RGB value is (99,145,179). Sum of RGB (Red+Green+Blue) = 99+145+179=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #6391B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6391B3 is #9C6E4C. Grayscale: #868686. Windows color (decimal): -10251853 or 11768163. OLE color: 11768163.
HSL color Cylindrical-coordinate representation of color #6391B3: hue angle of 205.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6391B3 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 145 | 179 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.30 |
| HSL | 205.5º | 0.34% | 0.55% | - |
| HSV(B) | 205.5º | 0.45% | 0.7% | - |
| XYZ | 23.41 | 26.16 | 46.46 | - |
| YUV | 135.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 179 | 0.45 | 0.19 | 0 | 0.30 | 205.5 | 0.34 | 0.55 |
| Hex | 63 | 91 | B3 | 2D | 13 | 0 | 1E | CE | 22 | 37 |
| Octal | 143 | 221 | 263 | 55 | 23 | 0 | 36 | 316 | 42 | 67 |
| Binary | 1100011 | 10010001 | 10110011 | 101101 | 10011 | 0 | 11110 | 11001110 | 100010 | 110111 |
Color Harmonies of #6391B3
Complementary color
Monochromatic Colors of #6391B3
Black with #6391B3
Text Example
Text Example
White with #6391B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6391B3; }
p { color: rgb(99,145,179); }
H1.HeaderClassName
{
color: #6391B3;
}
.AnyTagClassName
{
color: #6391B3;
}
</style>
background-color css
<style>
a { background-color: #6391B3; }
a { background-color: rgb(99,145,179); }
div.DivClassName
{
background-color: #6391B3;
}
.BgClassName
{
background-color: #6391B3;
}
</style>
border-color css
<style>
span { border-color: #6391B3; }
span { border-color: rgb(99,145,179); }
td.TdClassName
{
border-color: #6391B3;
}
.TagClassName
{
border-color: #6391B3;
}
</style>