Shades of Shakespeare #6594BF
Tints of Shakespeare #6594BF
RGB
CMYK
RGB Variations
Color information
#6594BF (or 0x6594BF) is known color: Shakespeare. HEX triplet: 65, 94 and BF. RGB value is (101,148,191). Sum of RGB (Red+Green+Blue) = 101+148+191=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #6594BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6594BF is #9A6B40. Grayscale: #8A8A8A. Windows color (decimal): -10120001 or 12555365. OLE color: 12555365.
HSL color Cylindrical-coordinate representation of color #6594BF: hue angle of 208.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6594BF is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 148 | 191 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.25 |
| HSL | 208.67º | 0.41% | 0.57% | - |
| HSV(B) | 208.67º | 0.47% | 0.75% | - |
| XYZ | 25.36 | 27.71 | 53.3 | - |
| YUV | 138.85 | 157.43 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 191 | 0.47 | 0.23 | 0 | 0.25 | 208.67 | 0.41 | 0.57 |
| Hex | 65 | 94 | BF | 2F | 17 | 0 | 19 | D1 | 29 | 39 |
| Octal | 145 | 224 | 277 | 57 | 27 | 0 | 31 | 321 | 51 | 71 |
| Binary | 1100101 | 10010100 | 10111111 | 101111 | 10111 | 0 | 11001 | 11010001 | 101001 | 111001 |
Color Harmonies of #6594BF
Complementary color
Monochromatic Colors of #6594BF
Black with #6594BF
Text Example
Text Example
White with #6594BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6594BF; }
p { color: rgb(101,148,191); }
H1.HeaderClassName
{
color: #6594BF;
}
.AnyTagClassName
{
color: #6594BF;
}
</style>
background-color css
<style>
a { background-color: #6594BF; }
a { background-color: rgb(101,148,191); }
div.DivClassName
{
background-color: #6594BF;
}
.BgClassName
{
background-color: #6594BF;
}
</style>
border-color css
<style>
span { border-color: #6594BF; }
span { border-color: rgb(101,148,191); }
td.TdClassName
{
border-color: #6594BF;
}
.TagClassName
{
border-color: #6594BF;
}
</style>