Shades of Shakespeare #6594B3
Tints of Shakespeare #6594B3
RGB
CMYK
RGB Variations
Color information
#6594B3 (or 0x6594B3) is known color: Shakespeare. HEX triplet: 65, 94 and B3. RGB value is (101,148,179). Sum of RGB (Red+Green+Blue) = 101+148+179=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 179 - color contains mainly: blue. Hex color #6594B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6594B3 is #9A6B4C. Grayscale: #898989. Windows color (decimal): -10120013 or 11768933. OLE color: 11768933.
HSL color Cylindrical-coordinate representation of color #6594B3: hue angle of 203.85º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6594B3 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 148 | 179 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.30 |
| HSL | 203.85º | 0.34% | 0.55% | - |
| HSV(B) | 203.85º | 0.44% | 0.7% | - |
| XYZ | 24.09 | 27.2 | 46.63 | - |
| YUV | 137.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 179 | 0.44 | 0.17 | 0 | 0.30 | 203.85 | 0.34 | 0.55 |
| Hex | 65 | 94 | B3 | 2C | 11 | 0 | 1E | CC | 22 | 37 |
| Octal | 145 | 224 | 263 | 54 | 21 | 0 | 36 | 314 | 42 | 67 |
| Binary | 1100101 | 10010100 | 10110011 | 101100 | 10001 | 0 | 11110 | 11001100 | 100010 | 110111 |
Color Harmonies of #6594B3
Complementary color
Monochromatic Colors of #6594B3
Black with #6594B3
Text Example
Text Example
White with #6594B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6594B3; }
p { color: rgb(101,148,179); }
H1.HeaderClassName
{
color: #6594B3;
}
.AnyTagClassName
{
color: #6594B3;
}
</style>
background-color css
<style>
a { background-color: #6594B3; }
a { background-color: rgb(101,148,179); }
div.DivClassName
{
background-color: #6594B3;
}
.BgClassName
{
background-color: #6594B3;
}
</style>
border-color css
<style>
span { border-color: #6594B3; }
span { border-color: rgb(101,148,179); }
td.TdClassName
{
border-color: #6594B3;
}
.TagClassName
{
border-color: #6594B3;
}
</style>