Shades of Shakespeare #6393AF
Tints of Shakespeare #6393AF
RGB
CMYK
RGB Variations
Color information
#6393AF (or 0x6393AF) is known color: Shakespeare. HEX triplet: 63, 93 and AF. RGB value is (99,147,175). Sum of RGB (Red+Green+Blue) = 99+147+175=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #6393AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6393AF is #9C6C50. Grayscale: #878787. Windows color (decimal): -10251345 or 11506531. OLE color: 11506531.
HSL color Cylindrical-coordinate representation of color #6393AF: hue angle of 202.11º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6393AF is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 147 | 175 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.31 |
| HSL | 202.11º | 0.32% | 0.54% | - |
| HSV(B) | 202.11º | 0.43% | 0.69% | - |
| XYZ | 23.32 | 26.62 | 44.47 | - |
| YUV | 135.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 147 | 175 | 0.43 | 0.16 | 0 | 0.31 | 202.11 | 0.32 | 0.54 |
| Hex | 63 | 93 | AF | 2B | 10 | 0 | 1F | CA | 20 | 36 |
| Octal | 143 | 223 | 257 | 53 | 20 | 0 | 37 | 312 | 40 | 66 |
| Binary | 1100011 | 10010011 | 10101111 | 101011 | 10000 | 0 | 11111 | 11001010 | 100000 | 110110 |
Color Harmonies of #6393AF
Complementary color
Monochromatic Colors of #6393AF
Black with #6393AF
Text Example
Text Example
White with #6393AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6393AF; }
p { color: rgb(99,147,175); }
H1.HeaderClassName
{
color: #6393AF;
}
.AnyTagClassName
{
color: #6393AF;
}
</style>
background-color css
<style>
a { background-color: #6393AF; }
a { background-color: rgb(99,147,175); }
div.DivClassName
{
background-color: #6393AF;
}
.BgClassName
{
background-color: #6393AF;
}
</style>
border-color css
<style>
span { border-color: #6393AF; }
span { border-color: rgb(99,147,175); }
td.TdClassName
{
border-color: #6393AF;
}
.TagClassName
{
border-color: #6393AF;
}
</style>