Shades of Slate Blue #654FDC
Tints of Slate Blue #654FDC
RGB
CMYK
RGB Variations
Color information
#654FDC (or 0x654FDC) is known color: Slate Blue. HEX triplet: 65, 4F and DC. RGB value is (101,79,220). Sum of RGB (Red+Green+Blue) = 101+79+220=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #654FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FDC is #9AB023. Grayscale: #656565. Windows color (decimal): -10137636 or 14438245. OLE color: 14438245.
HSL color Cylindrical-coordinate representation of color #654FDC: hue angle of 249.36º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #654FDC is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 79 | 220 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.14 |
| HSL | 249.36º | 0.67% | 0.59% | - |
| HSV(B) | 249.36º | 0.64% | 0.86% | - |
| XYZ | 21.08 | 13.53 | 69.21 | - |
| YUV | 101.65 | 194.79 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 220 | 0.54 | 0.64 | 0 | 0.14 | 249.36 | 0.67 | 0.59 |
| Hex | 65 | 4F | DC | 36 | 40 | 0 | E | F9 | 43 | 3B |
| Octal | 145 | 117 | 334 | 66 | 100 | 0 | 16 | 371 | 103 | 73 |
| Binary | 1100101 | 1001111 | 11011100 | 110110 | 1000000 | 0 | 1110 | 11111001 | 1000011 | 111011 |
Color Harmonies of #654FDC
Complementary color
Monochromatic Colors of #654FDC
Black with #654FDC
Text Example
Text Example
White with #654FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FDC; }
p { color: rgb(101,79,220); }
H1.HeaderClassName
{
color: #654FDC;
}
.AnyTagClassName
{
color: #654FDC;
}
</style>
background-color css
<style>
a { background-color: #654FDC; }
a { background-color: rgb(101,79,220); }
div.DivClassName
{
background-color: #654FDC;
}
.BgClassName
{
background-color: #654FDC;
}
</style>
border-color css
<style>
span { border-color: #654FDC; }
span { border-color: rgb(101,79,220); }
td.TdClassName
{
border-color: #654FDC;
}
.TagClassName
{
border-color: #654FDC;
}
</style>