Shades of Slate Blue #6559DC
Tints of Slate Blue #6559DC
RGB
CMYK
RGB Variations
Color information
#6559DC (or 0x6559DC) is known color: Slate Blue. HEX triplet: 65, 59 and DC. RGB value is (101,89,220). Sum of RGB (Red+Green+Blue) = 101+89+220=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #6559DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6559DC is #9AA623. Grayscale: #6B6B6B. Windows color (decimal): -10135076 or 14440805. OLE color: 14440805.
HSL color Cylindrical-coordinate representation of color #6559DC: hue angle of 245.5º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6559DC is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 89 | 220 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.14 |
| HSL | 245.5º | 0.65% | 0.61% | - |
| HSV(B) | 245.5º | 0.6% | 0.86% | - |
| XYZ | 21.86 | 15.08 | 69.47 | - |
| YUV | 107.52 | 191.48 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 220 | 0.54 | 0.60 | 0 | 0.14 | 245.5 | 0.65 | 0.61 |
| Hex | 65 | 59 | DC | 36 | 3C | 0 | E | F5 | 41 | 3D |
| Octal | 145 | 131 | 334 | 66 | 74 | 0 | 16 | 365 | 101 | 75 |
| Binary | 1100101 | 1011001 | 11011100 | 110110 | 111100 | 0 | 1110 | 11110101 | 1000001 | 111101 |
Color Harmonies of #6559DC
Complementary color
Monochromatic Colors of #6559DC
Black with #6559DC
Text Example
Text Example
White with #6559DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6559DC; }
p { color: rgb(101,89,220); }
H1.HeaderClassName
{
color: #6559DC;
}
.AnyTagClassName
{
color: #6559DC;
}
</style>
background-color css
<style>
a { background-color: #6559DC; }
a { background-color: rgb(101,89,220); }
div.DivClassName
{
background-color: #6559DC;
}
.BgClassName
{
background-color: #6559DC;
}
</style>
border-color css
<style>
span { border-color: #6559DC; }
span { border-color: rgb(101,89,220); }
td.TdClassName
{
border-color: #6559DC;
}
.TagClassName
{
border-color: #6559DC;
}
</style>