Shades of Shakespeare #6594AF
Tints of Shakespeare #6594AF
RGB
CMYK
RGB Variations
Color information
#6594AF (or 0x6594AF) is known color: Shakespeare. HEX triplet: 65, 94 and AF. RGB value is (101,148,175). Sum of RGB (Red+Green+Blue) = 101+148+175=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #6594AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6594AF is #9A6B50. Grayscale: #888888. Windows color (decimal): -10120017 or 11506789. OLE color: 11506789.
HSL color Cylindrical-coordinate representation of color #6594AF: hue angle of 201.89º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6594AF is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 148 | 175 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.31 |
| HSL | 201.89º | 0.32% | 0.54% | - |
| HSV(B) | 201.89º | 0.42% | 0.69% | - |
| XYZ | 23.69 | 27.04 | 44.53 | - |
| YUV | 137.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 175 | 0.42 | 0.15 | 0 | 0.31 | 201.89 | 0.32 | 0.54 |
| Hex | 65 | 94 | AF | 2A | F | 0 | 1F | CA | 20 | 36 |
| Octal | 145 | 224 | 257 | 52 | 17 | 0 | 37 | 312 | 40 | 66 |
| Binary | 1100101 | 10010100 | 10101111 | 101010 | 1111 | 0 | 11111 | 11001010 | 100000 | 110110 |
Color Harmonies of #6594AF
Complementary color
Monochromatic Colors of #6594AF
Black with #6594AF
Text Example
Text Example
White with #6594AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6594AF; }
p { color: rgb(101,148,175); }
H1.HeaderClassName
{
color: #6594AF;
}
.AnyTagClassName
{
color: #6594AF;
}
</style>
background-color css
<style>
a { background-color: #6594AF; }
a { background-color: rgb(101,148,175); }
div.DivClassName
{
background-color: #6594AF;
}
.BgClassName
{
background-color: #6594AF;
}
</style>
border-color css
<style>
span { border-color: #6594AF; }
span { border-color: rgb(101,148,175); }
td.TdClassName
{
border-color: #6594AF;
}
.TagClassName
{
border-color: #6594AF;
}
</style>