Shades of Slate Blue #644DCB
Tints of Slate Blue #644DCB
RGB
CMYK
RGB Variations
Color information
#644DCB (or 0x644DCB) is known color: Slate Blue. HEX triplet: 64, 4D and CB. RGB value is (100,77,203). Sum of RGB (Red+Green+Blue) = 100+77+203=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #644DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DCB is #9BB234. Grayscale: #616161. Windows color (decimal): -10203701 or 13323620. OLE color: 13323620.
HSL color Cylindrical-coordinate representation of color #644DCB: hue angle of 250.95º 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 #644DCB is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 77 | 203 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.20 |
| HSL | 250.95º | 0.55% | 0.55% | - |
| HSV(B) | 250.95º | 0.62% | 0.8% | - |
| XYZ | 18.69 | 12.33 | 57.89 | - |
| YUV | 98.24 | 187.12 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 203 | 0.51 | 0.62 | 0 | 0.20 | 250.95 | 0.55 | 0.55 |
| Hex | 64 | 4D | CB | 33 | 3E | 0 | 14 | FB | 37 | 37 |
| Octal | 144 | 115 | 313 | 63 | 76 | 0 | 24 | 373 | 67 | 67 |
| Binary | 1100100 | 1001101 | 11001011 | 110011 | 111110 | 0 | 10100 | 11111011 | 110111 | 110111 |
Color Harmonies of #644DCB
Complementary color
Monochromatic Colors of #644DCB
Black with #644DCB
Text Example
Text Example
White with #644DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DCB; }
p { color: rgb(100,77,203); }
H1.HeaderClassName
{
color: #644DCB;
}
.AnyTagClassName
{
color: #644DCB;
}
</style>
background-color css
<style>
a { background-color: #644DCB; }
a { background-color: rgb(100,77,203); }
div.DivClassName
{
background-color: #644DCB;
}
.BgClassName
{
background-color: #644DCB;
}
</style>
border-color css
<style>
span { border-color: #644DCB; }
span { border-color: rgb(100,77,203); }
td.TdClassName
{
border-color: #644DCB;
}
.TagClassName
{
border-color: #644DCB;
}
</style>