Shades of Slate Blue #6553CE
Tints of Slate Blue #6553CE
RGB
CMYK
RGB Variations
Color information
#6553CE (or 0x6553CE) is known color: Slate Blue. HEX triplet: 65, 53 and CE. RGB value is (101,83,206). Sum of RGB (Red+Green+Blue) = 101+83+206=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #6553CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6553CE is #9AAC31. Grayscale: #656565. Windows color (decimal): -10136626 or 13521765. OLE color: 13521765.
HSL color Cylindrical-coordinate representation of color #6553CE: hue angle of 248.78º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6553CE is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 83 | 206 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.19 |
| HSL | 248.78º | 0.56% | 0.57% | - |
| HSV(B) | 248.78º | 0.6% | 0.81% | - |
| XYZ | 19.6 | 13.41 | 59.95 | - |
| YUV | 102.4 | 186.46 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 206 | 0.51 | 0.60 | 0 | 0.19 | 248.78 | 0.56 | 0.57 |
| Hex | 65 | 53 | CE | 33 | 3C | 0 | 13 | F9 | 38 | 39 |
| Octal | 145 | 123 | 316 | 63 | 74 | 0 | 23 | 371 | 70 | 71 |
| Binary | 1100101 | 1010011 | 11001110 | 110011 | 111100 | 0 | 10011 | 11111001 | 111000 | 111001 |
Color Harmonies of #6553CE
Complementary color
Monochromatic Colors of #6553CE
Black with #6553CE
Text Example
Text Example
White with #6553CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6553CE; }
p { color: rgb(101,83,206); }
H1.HeaderClassName
{
color: #6553CE;
}
.AnyTagClassName
{
color: #6553CE;
}
</style>
background-color css
<style>
a { background-color: #6553CE; }
a { background-color: rgb(101,83,206); }
div.DivClassName
{
background-color: #6553CE;
}
.BgClassName
{
background-color: #6553CE;
}
</style>
border-color css
<style>
span { border-color: #6553CE; }
span { border-color: rgb(101,83,206); }
td.TdClassName
{
border-color: #6553CE;
}
.TagClassName
{
border-color: #6553CE;
}
</style>