Shades of Shakespeare #6394BC
Tints of Shakespeare #6394BC
RGB
CMYK
RGB Variations
Color information
#6394BC (or 0x6394BC) is known color: Shakespeare. HEX triplet: 63, 94 and BC. RGB value is (99,148,188). Sum of RGB (Red+Green+Blue) = 99+148+188=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #6394BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6394BC is #9C6B43. Grayscale: #898989. Windows color (decimal): -10251076 or 12358755. OLE color: 12358755.
HSL color Cylindrical-coordinate representation of color #6394BC: hue angle of 206.97º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6394BC is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 148 | 188 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.26 |
| HSL | 206.97º | 0.4% | 0.56% | - |
| HSV(B) | 206.97º | 0.47% | 0.74% | - |
| XYZ | 24.81 | 27.46 | 51.57 | - |
| YUV | 137.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 148 | 188 | 0.47 | 0.21 | 0 | 0.26 | 206.97 | 0.4 | 0.56 |
| Hex | 63 | 94 | BC | 2F | 15 | 0 | 1A | CF | 28 | 38 |
| Octal | 143 | 224 | 274 | 57 | 25 | 0 | 32 | 317 | 50 | 70 |
| Binary | 1100011 | 10010100 | 10111100 | 101111 | 10101 | 0 | 11010 | 11001111 | 101000 | 111000 |
Color Harmonies of #6394BC
Complementary color
Monochromatic Colors of #6394BC
Black with #6394BC
Text Example
Text Example
White with #6394BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6394BC; }
p { color: rgb(99,148,188); }
H1.HeaderClassName
{
color: #6394BC;
}
.AnyTagClassName
{
color: #6394BC;
}
</style>
background-color css
<style>
a { background-color: #6394BC; }
a { background-color: rgb(99,148,188); }
div.DivClassName
{
background-color: #6394BC;
}
.BgClassName
{
background-color: #6394BC;
}
</style>
border-color css
<style>
span { border-color: #6394BC; }
span { border-color: rgb(99,148,188); }
td.TdClassName
{
border-color: #6394BC;
}
.TagClassName
{
border-color: #6394BC;
}
</style>