Shades of Slate Blue #6552DF
Tints of Slate Blue #6552DF
RGB
CMYK
RGB Variations
Color information
#6552DF (or 0x6552DF) is known color: Slate Blue. HEX triplet: 65, 52 and DF. RGB value is (101,82,223). Sum of RGB (Red+Green+Blue) = 101+82+223=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #6552DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6552DF is #9AAD20. Grayscale: #676767. Windows color (decimal): -10136865 or 14635621. OLE color: 14635621.
HSL color Cylindrical-coordinate representation of color #6552DF: hue angle of 248.09º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6552DF is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 82 | 223 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.13 |
| HSL | 248.09º | 0.69% | 0.6% | - |
| HSV(B) | 248.09º | 0.63% | 0.87% | - |
| XYZ | 21.7 | 14.13 | 71.4 | - |
| YUV | 103.76 | 195.29 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 223 | 0.55 | 0.63 | 0 | 0.13 | 248.09 | 0.69 | 0.6 |
| Hex | 65 | 52 | DF | 37 | 3F | 0 | D | F8 | 45 | 3C |
| Octal | 145 | 122 | 337 | 67 | 77 | 0 | 15 | 370 | 105 | 74 |
| Binary | 1100101 | 1010010 | 11011111 | 110111 | 111111 | 0 | 1101 | 11111000 | 1000101 | 111100 |
Color Harmonies of #6552DF
Complementary color
Monochromatic Colors of #6552DF
Black with #6552DF
Text Example
Text Example
White with #6552DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6552DF; }
p { color: rgb(101,82,223); }
H1.HeaderClassName
{
color: #6552DF;
}
.AnyTagClassName
{
color: #6552DF;
}
</style>
background-color css
<style>
a { background-color: #6552DF; }
a { background-color: rgb(101,82,223); }
div.DivClassName
{
background-color: #6552DF;
}
.BgClassName
{
background-color: #6552DF;
}
</style>
border-color css
<style>
span { border-color: #6552DF; }
span { border-color: rgb(101,82,223); }
td.TdClassName
{
border-color: #6552DF;
}
.TagClassName
{
border-color: #6552DF;
}
</style>