Shades of Slate Blue #6554D0
Tints of Slate Blue #6554D0
RGB
CMYK
RGB Variations
Color information
#6554D0 (or 0x6554D0) is known color: Slate Blue. HEX triplet: 65, 54 and D0. RGB value is (101,84,208). Sum of RGB (Red+Green+Blue) = 101+84+208=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #6554D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6554D0 is #9AAB2F. Grayscale: #666666. Windows color (decimal): -10136368 or 13653093. OLE color: 13653093.
HSL color Cylindrical-coordinate representation of color #6554D0: hue angle of 248.23º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6554D0 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 84 | 208 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.18 |
| HSL | 248.23º | 0.57% | 0.57% | - |
| HSV(B) | 248.23º | 0.6% | 0.82% | - |
| XYZ | 19.92 | 13.66 | 61.26 | - |
| YUV | 103.22 | 187.13 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 208 | 0.51 | 0.60 | 0 | 0.18 | 248.23 | 0.57 | 0.57 |
| Hex | 65 | 54 | D0 | 33 | 3C | 0 | 12 | F8 | 39 | 39 |
| Octal | 145 | 124 | 320 | 63 | 74 | 0 | 22 | 370 | 71 | 71 |
| Binary | 1100101 | 1010100 | 11010000 | 110011 | 111100 | 0 | 10010 | 11111000 | 111001 | 111001 |
Color Harmonies of #6554D0
Complementary color
Monochromatic Colors of #6554D0
Black with #6554D0
Text Example
Text Example
White with #6554D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6554D0; }
p { color: rgb(101,84,208); }
H1.HeaderClassName
{
color: #6554D0;
}
.AnyTagClassName
{
color: #6554D0;
}
</style>
background-color css
<style>
a { background-color: #6554D0; }
a { background-color: rgb(101,84,208); }
div.DivClassName
{
background-color: #6554D0;
}
.BgClassName
{
background-color: #6554D0;
}
</style>
border-color css
<style>
span { border-color: #6554D0; }
span { border-color: rgb(101,84,208); }
td.TdClassName
{
border-color: #6554D0;
}
.TagClassName
{
border-color: #6554D0;
}
</style>