Shades of Slate Blue #6560DC
Tints of Slate Blue #6560DC
RGB
CMYK
RGB Variations
Color information
#6560DC (or 0x6560DC) is known color: Slate Blue. HEX triplet: 65, 60 and DC. RGB value is (101,96,220). Sum of RGB (Red+Green+Blue) = 101+96+220=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #6560DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6560DC is #9A9F23. Grayscale: #6F6F6F. Windows color (decimal): -10133284 or 14442597. OLE color: 14442597.
HSL color Cylindrical-coordinate representation of color #6560DC: hue angle of 242.42º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6560DC is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 96 | 220 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.14 |
| HSL | 242.42º | 0.64% | 0.62% | - |
| HSV(B) | 242.42º | 0.56% | 0.86% | - |
| XYZ | 22.47 | 16.3 | 69.67 | - |
| YUV | 111.63 | 189.16 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 220 | 0.54 | 0.56 | 0 | 0.14 | 242.42 | 0.64 | 0.62 |
| Hex | 65 | 60 | DC | 36 | 38 | 0 | E | F2 | 40 | 3E |
| Octal | 145 | 140 | 334 | 66 | 70 | 0 | 16 | 362 | 100 | 76 |
| Binary | 1100101 | 1100000 | 11011100 | 110110 | 111000 | 0 | 1110 | 11110010 | 1000000 | 111110 |
Color Harmonies of #6560DC
Complementary color
Monochromatic Colors of #6560DC
Black with #6560DC
Text Example
Text Example
White with #6560DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6560DC; }
p { color: rgb(101,96,220); }
H1.HeaderClassName
{
color: #6560DC;
}
.AnyTagClassName
{
color: #6560DC;
}
</style>
background-color css
<style>
a { background-color: #6560DC; }
a { background-color: rgb(101,96,220); }
div.DivClassName
{
background-color: #6560DC;
}
.BgClassName
{
background-color: #6560DC;
}
</style>
border-color css
<style>
span { border-color: #6560DC; }
span { border-color: rgb(101,96,220); }
td.TdClassName
{
border-color: #6560DC;
}
.TagClassName
{
border-color: #6560DC;
}
</style>