Shades of Slate Blue #6556DC
Tints of Slate Blue #6556DC
RGB
CMYK
RGB Variations
Color information
#6556DC (or 0x6556DC) is known color: Slate Blue. HEX triplet: 65, 56 and DC. RGB value is (101,86,220). Sum of RGB (Red+Green+Blue) = 101+86+220=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #6556DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6556DC is #9AA923. Grayscale: #696969. Windows color (decimal): -10135844 or 14440037. OLE color: 14440037.
HSL color Cylindrical-coordinate representation of color #6556DC: hue angle of 246.72º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6556DC is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 86 | 220 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.14 |
| HSL | 246.72º | 0.66% | 0.6% | - |
| HSV(B) | 246.72º | 0.61% | 0.86% | - |
| XYZ | 21.61 | 14.59 | 69.39 | - |
| YUV | 105.76 | 192.47 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 220 | 0.54 | 0.61 | 0 | 0.14 | 246.72 | 0.66 | 0.6 |
| Hex | 65 | 56 | DC | 36 | 3D | 0 | E | F7 | 42 | 3C |
| Octal | 145 | 126 | 334 | 66 | 75 | 0 | 16 | 367 | 102 | 74 |
| Binary | 1100101 | 1010110 | 11011100 | 110110 | 111101 | 0 | 1110 | 11110111 | 1000010 | 111100 |
Color Harmonies of #6556DC
Complementary color
Monochromatic Colors of #6556DC
Black with #6556DC
Text Example
Text Example
White with #6556DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6556DC; }
p { color: rgb(101,86,220); }
H1.HeaderClassName
{
color: #6556DC;
}
.AnyTagClassName
{
color: #6556DC;
}
</style>
background-color css
<style>
a { background-color: #6556DC; }
a { background-color: rgb(101,86,220); }
div.DivClassName
{
background-color: #6556DC;
}
.BgClassName
{
background-color: #6556DC;
}
</style>
border-color css
<style>
span { border-color: #6556DC; }
span { border-color: rgb(101,86,220); }
td.TdClassName
{
border-color: #6556DC;
}
.TagClassName
{
border-color: #6556DC;
}
</style>