Shades of Shakespeare #6594AE
Tints of Shakespeare #6594AE
RGB
CMYK
RGB Variations
Color information
#6594AE (or 0x6594AE) is known color: Shakespeare. HEX triplet: 65, 94 and AE. RGB value is (101,148,174). Sum of RGB (Red+Green+Blue) = 101+148+174=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #6594AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6594AE is #9A6B51. Grayscale: #888888. Windows color (decimal): -10120018 or 11441253. OLE color: 11441253.
HSL color Cylindrical-coordinate representation of color #6594AE: hue angle of 201.37º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6594AE is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 148 | 174 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.32 |
| HSL | 201.37º | 0.31% | 0.54% | - |
| HSV(B) | 201.37º | 0.42% | 0.68% | - |
| XYZ | 23.6 | 27 | 44.01 | - |
| YUV | 136.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 174 | 0.42 | 0.15 | 0 | 0.32 | 201.37 | 0.31 | 0.54 |
| Hex | 65 | 94 | AE | 2A | F | 0 | 20 | C9 | 1F | 36 |
| Octal | 145 | 224 | 256 | 52 | 17 | 0 | 40 | 311 | 37 | 66 |
| Binary | 1100101 | 10010100 | 10101110 | 101010 | 1111 | 0 | 100000 | 11001001 | 11111 | 110110 |
Color Harmonies of #6594AE
Complementary color
Monochromatic Colors of #6594AE
Black with #6594AE
Text Example
Text Example
White with #6594AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6594AE; }
p { color: rgb(101,148,174); }
H1.HeaderClassName
{
color: #6594AE;
}
.AnyTagClassName
{
color: #6594AE;
}
</style>
background-color css
<style>
a { background-color: #6594AE; }
a { background-color: rgb(101,148,174); }
div.DivClassName
{
background-color: #6594AE;
}
.BgClassName
{
background-color: #6594AE;
}
</style>
border-color css
<style>
span { border-color: #6594AE; }
span { border-color: rgb(101,148,174); }
td.TdClassName
{
border-color: #6594AE;
}
.TagClassName
{
border-color: #6594AE;
}
</style>