Shades of Slate Blue #6554D8
Tints of Slate Blue #6554D8
RGB
CMYK
RGB Variations
Color information
#6554D8 (or 0x6554D8) is known color: Slate Blue. HEX triplet: 65, 54 and D8. RGB value is (101,84,216). Sum of RGB (Red+Green+Blue) = 101+84+216=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #6554D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6554D8 is #9AAB27. Grayscale: #676767. Windows color (decimal): -10136360 or 14177381. OLE color: 14177381.
HSL color Cylindrical-coordinate representation of color #6554D8: hue angle of 247.73º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6554D8 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 84 | 216 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.15 |
| HSL | 247.73º | 0.63% | 0.59% | - |
| HSV(B) | 247.73º | 0.61% | 0.85% | - |
| XYZ | 20.93 | 14.07 | 66.58 | - |
| YUV | 104.13 | 191.13 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 216 | 0.53 | 0.61 | 0 | 0.15 | 247.73 | 0.63 | 0.59 |
| Hex | 65 | 54 | D8 | 35 | 3D | 0 | F | F8 | 3F | 3B |
| Octal | 145 | 124 | 330 | 65 | 75 | 0 | 17 | 370 | 77 | 73 |
| Binary | 1100101 | 1010100 | 11011000 | 110101 | 111101 | 0 | 1111 | 11111000 | 111111 | 111011 |
Color Harmonies of #6554D8
Complementary color
Monochromatic Colors of #6554D8
Black with #6554D8
Text Example
Text Example
White with #6554D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6554D8; }
p { color: rgb(101,84,216); }
H1.HeaderClassName
{
color: #6554D8;
}
.AnyTagClassName
{
color: #6554D8;
}
</style>
background-color css
<style>
a { background-color: #6554D8; }
a { background-color: rgb(101,84,216); }
div.DivClassName
{
background-color: #6554D8;
}
.BgClassName
{
background-color: #6554D8;
}
</style>
border-color css
<style>
span { border-color: #6554D8; }
span { border-color: rgb(101,84,216); }
td.TdClassName
{
border-color: #6554D8;
}
.TagClassName
{
border-color: #6554D8;
}
</style>