Shades of Shakespeare #6394AE
Tints of Shakespeare #6394AE
RGB
CMYK
RGB Variations
Color information
#6394AE (or 0x6394AE) is known color: Shakespeare. HEX triplet: 63, 94 and AE. RGB value is (99,148,174). Sum of RGB (Red+Green+Blue) = 99+148+174=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #6394AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6394AE is #9C6B51. Grayscale: #888888. Windows color (decimal): -10251090 or 11441251. OLE color: 11441251.
HSL color Cylindrical-coordinate representation of color #6394AE: hue angle of 200.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6394AE is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 148 | 174 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.32 |
| HSL | 200.8º | 0.32% | 0.54% | - |
| HSV(B) | 200.8º | 0.43% | 0.68% | - |
| XYZ | 23.38 | 26.89 | 44 | - |
| YUV | 136.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 148 | 174 | 0.43 | 0.15 | 0 | 0.32 | 200.8 | 0.32 | 0.54 |
| Hex | 63 | 94 | AE | 2B | F | 0 | 20 | C9 | 20 | 36 |
| Octal | 143 | 224 | 256 | 53 | 17 | 0 | 40 | 311 | 40 | 66 |
| Binary | 1100011 | 10010100 | 10101110 | 101011 | 1111 | 0 | 100000 | 11001001 | 100000 | 110110 |
Color Harmonies of #6394AE
Complementary color
Monochromatic Colors of #6394AE
Black with #6394AE
Text Example
Text Example
White with #6394AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6394AE; }
p { color: rgb(99,148,174); }
H1.HeaderClassName
{
color: #6394AE;
}
.AnyTagClassName
{
color: #6394AE;
}
</style>
background-color css
<style>
a { background-color: #6394AE; }
a { background-color: rgb(99,148,174); }
div.DivClassName
{
background-color: #6394AE;
}
.BgClassName
{
background-color: #6394AE;
}
</style>
border-color css
<style>
span { border-color: #6394AE; }
span { border-color: rgb(99,148,174); }
td.TdClassName
{
border-color: #6394AE;
}
.TagClassName
{
border-color: #6394AE;
}
</style>