Shades of Shakespeare #6394AF
Tints of Shakespeare #6394AF
RGB
CMYK
RGB Variations
Color information
#6394AF (or 0x6394AF) is known color: Shakespeare. HEX triplet: 63, 94 and AF. RGB value is (99,148,175). Sum of RGB (Red+Green+Blue) = 99+148+175=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #6394AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6394AF is #9C6B50. Grayscale: #888888. Windows color (decimal): -10251089 or 11506787. OLE color: 11506787.
HSL color Cylindrical-coordinate representation of color #6394AF: hue angle of 201.32º 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 #6394AF is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 148 | 175 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.31 |
| HSL | 201.32º | 0.32% | 0.54% | - |
| HSV(B) | 201.32º | 0.43% | 0.69% | - |
| XYZ | 23.47 | 26.93 | 44.52 | - |
| YUV | 136.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 148 | 175 | 0.43 | 0.15 | 0 | 0.31 | 201.32 | 0.32 | 0.54 |
| Hex | 63 | 94 | AF | 2B | F | 0 | 1F | C9 | 20 | 36 |
| Octal | 143 | 224 | 257 | 53 | 17 | 0 | 37 | 311 | 40 | 66 |
| Binary | 1100011 | 10010100 | 10101111 | 101011 | 1111 | 0 | 11111 | 11001001 | 100000 | 110110 |
Color Harmonies of #6394AF
Complementary color
Monochromatic Colors of #6394AF
Black with #6394AF
Text Example
Text Example
White with #6394AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6394AF; }
p { color: rgb(99,148,175); }
H1.HeaderClassName
{
color: #6394AF;
}
.AnyTagClassName
{
color: #6394AF;
}
</style>
background-color css
<style>
a { background-color: #6394AF; }
a { background-color: rgb(99,148,175); }
div.DivClassName
{
background-color: #6394AF;
}
.BgClassName
{
background-color: #6394AF;
}
</style>
border-color css
<style>
span { border-color: #6394AF; }
span { border-color: rgb(99,148,175); }
td.TdClassName
{
border-color: #6394AF;
}
.TagClassName
{
border-color: #6394AF;
}
</style>