Shades of Slate Blue #653FDC
Tints of Slate Blue #653FDC
RGB
CMYK
RGB Variations
Color information
#653FDC (or 0x653FDC) is known color: Slate Blue. HEX triplet: 65, 3F and DC. RGB value is (101,63,220). Sum of RGB (Red+Green+Blue) = 101+63+220=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #653FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653FDC is #9AC023. Grayscale: #5B5B5B. Windows color (decimal): -10141732 or 14434149. OLE color: 14434149.
HSL color Cylindrical-coordinate representation of color #653FDC: hue angle of 254.52º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #653FDC is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 63 | 220 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.14 |
| HSL | 254.52º | 0.69% | 0.55% | - |
| HSV(B) | 254.52º | 0.71% | 0.86% | - |
| XYZ | 20.06 | 11.49 | 68.87 | - |
| YUV | 92.26 | 200.09 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 220 | 0.54 | 0.71 | 0 | 0.14 | 254.52 | 0.69 | 0.55 |
| Hex | 65 | 3F | DC | 36 | 47 | 0 | E | FF | 45 | 37 |
| Octal | 145 | 77 | 334 | 66 | 107 | 0 | 16 | 377 | 105 | 67 |
| Binary | 1100101 | 111111 | 11011100 | 110110 | 1000111 | 0 | 1110 | 11111111 | 1000101 | 110111 |
Color Harmonies of #653FDC
Complementary color
Monochromatic Colors of #653FDC
Black with #653FDC
Text Example
Text Example
White with #653FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653FDC; }
p { color: rgb(101,63,220); }
H1.HeaderClassName
{
color: #653FDC;
}
.AnyTagClassName
{
color: #653FDC;
}
</style>
background-color css
<style>
a { background-color: #653FDC; }
a { background-color: rgb(101,63,220); }
div.DivClassName
{
background-color: #653FDC;
}
.BgClassName
{
background-color: #653FDC;
}
</style>
border-color css
<style>
span { border-color: #653FDC; }
span { border-color: rgb(101,63,220); }
td.TdClassName
{
border-color: #653FDC;
}
.TagClassName
{
border-color: #653FDC;
}
</style>