Shades of Slate Blue #644ECB
Tints of Slate Blue #644ECB
RGB
CMYK
RGB Variations
Color information
#644ECB (or 0x644ECB) is known color: Slate Blue. HEX triplet: 64, 4E and CB. RGB value is (100,78,203). Sum of RGB (Red+Green+Blue) = 100+78+203=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #644ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644ECB is #9BB134. Grayscale: #626262. Windows color (decimal): -10203445 or 13323876. OLE color: 13323876.
HSL color Cylindrical-coordinate representation of color #644ECB: hue angle of 250.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #644ECB is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 78 | 203 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.20 |
| HSL | 250.56º | 0.55% | 0.55% | - |
| HSV(B) | 250.56º | 0.62% | 0.8% | - |
| XYZ | 18.76 | 12.47 | 57.92 | - |
| YUV | 98.83 | 186.79 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 203 | 0.51 | 0.62 | 0 | 0.20 | 250.56 | 0.55 | 0.55 |
| Hex | 64 | 4E | CB | 33 | 3E | 0 | 14 | FB | 37 | 37 |
| Octal | 144 | 116 | 313 | 63 | 76 | 0 | 24 | 373 | 67 | 67 |
| Binary | 1100100 | 1001110 | 11001011 | 110011 | 111110 | 0 | 10100 | 11111011 | 110111 | 110111 |
Color Harmonies of #644ECB
Complementary color
Monochromatic Colors of #644ECB
Black with #644ECB
Text Example
Text Example
White with #644ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644ECB; }
p { color: rgb(100,78,203); }
H1.HeaderClassName
{
color: #644ECB;
}
.AnyTagClassName
{
color: #644ECB;
}
</style>
background-color css
<style>
a { background-color: #644ECB; }
a { background-color: rgb(100,78,203); }
div.DivClassName
{
background-color: #644ECB;
}
.BgClassName
{
background-color: #644ECB;
}
</style>
border-color css
<style>
span { border-color: #644ECB; }
span { border-color: rgb(100,78,203); }
td.TdClassName
{
border-color: #644ECB;
}
.TagClassName
{
border-color: #644ECB;
}
</style>