Shades of Slate Blue #6554DC
Tints of Slate Blue #6554DC
RGB
CMYK
RGB Variations
Color information
#6554DC (or 0x6554DC) is known color: Slate Blue. HEX triplet: 65, 54 and DC. RGB value is (101,84,220). Sum of RGB (Red+Green+Blue) = 101+84+220=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #6554DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6554DC is #9AAB23. Grayscale: #686868. Windows color (decimal): -10136356 or 14439525. OLE color: 14439525.
HSL color Cylindrical-coordinate representation of color #6554DC: hue angle of 247.5º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6554DC is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 84 | 220 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.14 |
| HSL | 247.5º | 0.66% | 0.6% | - |
| HSV(B) | 247.5º | 0.62% | 0.86% | - |
| XYZ | 21.46 | 14.27 | 69.33 | - |
| YUV | 104.59 | 193.13 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 220 | 0.54 | 0.62 | 0 | 0.14 | 247.5 | 0.66 | 0.6 |
| Hex | 65 | 54 | DC | 36 | 3E | 0 | E | F8 | 42 | 3C |
| Octal | 145 | 124 | 334 | 66 | 76 | 0 | 16 | 370 | 102 | 74 |
| Binary | 1100101 | 1010100 | 11011100 | 110110 | 111110 | 0 | 1110 | 11111000 | 1000010 | 111100 |
Color Harmonies of #6554DC
Complementary color
Monochromatic Colors of #6554DC
Black with #6554DC
Text Example
Text Example
White with #6554DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6554DC; }
p { color: rgb(101,84,220); }
H1.HeaderClassName
{
color: #6554DC;
}
.AnyTagClassName
{
color: #6554DC;
}
</style>
background-color css
<style>
a { background-color: #6554DC; }
a { background-color: rgb(101,84,220); }
div.DivClassName
{
background-color: #6554DC;
}
.BgClassName
{
background-color: #6554DC;
}
</style>
border-color css
<style>
span { border-color: #6554DC; }
span { border-color: rgb(101,84,220); }
td.TdClassName
{
border-color: #6554DC;
}
.TagClassName
{
border-color: #6554DC;
}
</style>