Shades of Slate Blue #6554CE
Tints of Slate Blue #6554CE
RGB
CMYK
RGB Variations
Color information
#6554CE (or 0x6554CE) is known color: Slate Blue. HEX triplet: 65, 54 and CE. RGB value is (101,84,206). Sum of RGB (Red+Green+Blue) = 101+84+206=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #6554CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6554CE is #9AAB31. Grayscale: #666666. Windows color (decimal): -10136370 or 13522021. OLE color: 13522021.
HSL color Cylindrical-coordinate representation of color #6554CE: hue angle of 248.36º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6554CE is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 84 | 206 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.19 |
| HSL | 248.36º | 0.55% | 0.57% | - |
| HSV(B) | 248.36º | 0.59% | 0.81% | - |
| XYZ | 19.68 | 13.56 | 59.97 | - |
| YUV | 102.99 | 186.13 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 206 | 0.51 | 0.59 | 0 | 0.19 | 248.36 | 0.55 | 0.57 |
| Hex | 65 | 54 | CE | 33 | 3B | 0 | 13 | F8 | 37 | 39 |
| Octal | 145 | 124 | 316 | 63 | 73 | 0 | 23 | 370 | 67 | 71 |
| Binary | 1100101 | 1010100 | 11001110 | 110011 | 111011 | 0 | 10011 | 11111000 | 110111 | 111001 |
Color Harmonies of #6554CE
Complementary color
Monochromatic Colors of #6554CE
Black with #6554CE
Text Example
Text Example
White with #6554CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6554CE; }
p { color: rgb(101,84,206); }
H1.HeaderClassName
{
color: #6554CE;
}
.AnyTagClassName
{
color: #6554CE;
}
</style>
background-color css
<style>
a { background-color: #6554CE; }
a { background-color: rgb(101,84,206); }
div.DivClassName
{
background-color: #6554CE;
}
.BgClassName
{
background-color: #6554CE;
}
</style>
border-color css
<style>
span { border-color: #6554CE; }
span { border-color: rgb(101,84,206); }
td.TdClassName
{
border-color: #6554CE;
}
.TagClassName
{
border-color: #6554CE;
}
</style>