Shades of Slate Blue #644BDC
Tints of Slate Blue #644BDC
RGB
CMYK
RGB Variations
Color information
#644BDC (or 0x644BDC) is known color: Slate Blue. HEX triplet: 64, 4B and DC. RGB value is (100,75,220). Sum of RGB (Red+Green+Blue) = 100+75+220=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #644BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BDC is #9BB423. Grayscale: #626262. Windows color (decimal): -10204196 or 14437220. OLE color: 14437220.
HSL color Cylindrical-coordinate representation of color #644BDC: hue angle of 250.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #644BDC is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 75 | 220 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.14 |
| HSL | 250.34º | 0.67% | 0.58% | - |
| HSV(B) | 250.34º | 0.66% | 0.86% | - |
| XYZ | 20.69 | 12.91 | 69.11 | - |
| YUV | 99.01 | 196.28 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 220 | 0.55 | 0.66 | 0 | 0.14 | 250.34 | 0.67 | 0.58 |
| Hex | 64 | 4B | DC | 37 | 42 | 0 | E | FA | 43 | 3A |
| Octal | 144 | 113 | 334 | 67 | 102 | 0 | 16 | 372 | 103 | 72 |
| Binary | 1100100 | 1001011 | 11011100 | 110111 | 1000010 | 0 | 1110 | 11111010 | 1000011 | 111010 |
Color Harmonies of #644BDC
Complementary color
Monochromatic Colors of #644BDC
Black with #644BDC
Text Example
Text Example
White with #644BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644BDC; }
p { color: rgb(100,75,220); }
H1.HeaderClassName
{
color: #644BDC;
}
.AnyTagClassName
{
color: #644BDC;
}
</style>
background-color css
<style>
a { background-color: #644BDC; }
a { background-color: rgb(100,75,220); }
div.DivClassName
{
background-color: #644BDC;
}
.BgClassName
{
background-color: #644BDC;
}
</style>
border-color css
<style>
span { border-color: #644BDC; }
span { border-color: rgb(100,75,220); }
td.TdClassName
{
border-color: #644BDC;
}
.TagClassName
{
border-color: #644BDC;
}
</style>