Shades of Slate Blue #644BCB
Tints of Slate Blue #644BCB
RGB
CMYK
RGB Variations
Color information
#644BCB (or 0x644BCB) is known color: Slate Blue. HEX triplet: 64, 4B and CB. RGB value is (100,75,203). Sum of RGB (Red+Green+Blue) = 100+75+203=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #644BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BCB is #9BB434. Grayscale: #606060. Windows color (decimal): -10204213 or 13323108. OLE color: 13323108.
HSL color Cylindrical-coordinate representation of color #644BCB: hue angle of 251.72º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #644BCB is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 75 | 203 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.20 |
| HSL | 251.72º | 0.55% | 0.55% | - |
| HSV(B) | 251.72º | 0.63% | 0.8% | - |
| XYZ | 18.55 | 12.05 | 57.85 | - |
| YUV | 97.07 | 187.78 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 203 | 0.51 | 0.63 | 0 | 0.20 | 251.72 | 0.55 | 0.55 |
| Hex | 64 | 4B | CB | 33 | 3F | 0 | 14 | FC | 37 | 37 |
| Octal | 144 | 113 | 313 | 63 | 77 | 0 | 24 | 374 | 67 | 67 |
| Binary | 1100100 | 1001011 | 11001011 | 110011 | 111111 | 0 | 10100 | 11111100 | 110111 | 110111 |
Color Harmonies of #644BCB
Complementary color
Monochromatic Colors of #644BCB
Black with #644BCB
Text Example
Text Example
White with #644BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644BCB; }
p { color: rgb(100,75,203); }
H1.HeaderClassName
{
color: #644BCB;
}
.AnyTagClassName
{
color: #644BCB;
}
</style>
background-color css
<style>
a { background-color: #644BCB; }
a { background-color: rgb(100,75,203); }
div.DivClassName
{
background-color: #644BCB;
}
.BgClassName
{
background-color: #644BCB;
}
</style>
border-color css
<style>
span { border-color: #644BCB; }
span { border-color: rgb(100,75,203); }
td.TdClassName
{
border-color: #644BCB;
}
.TagClassName
{
border-color: #644BCB;
}
</style>