Shades of Slate Blue #643BE6
Tints of Slate Blue #643BE6
RGB
CMYK
RGB Variations
Color information
#643BE6 (or 0x643BE6) is known color: Slate Blue. HEX triplet: 64, 3B and E6. RGB value is (100,59,230). Sum of RGB (Red+Green+Blue) = 100+59+230=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #643BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643BE6 is #9BC419. Grayscale: #5A5A5A. Windows color (decimal): -10208282 or 15088484. OLE color: 15088484.
HSL color Cylindrical-coordinate representation of color #643BE6: hue angle of 254.39º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #643BE6 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 59 | 230 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.10 |
| HSL | 254.39º | 0.77% | 0.57% | - |
| HSV(B) | 254.39º | 0.74% | 0.9% | - |
| XYZ | 21.1 | 11.55 | 75.98 | - |
| YUV | 90.75 | 206.58 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 230 | 0.57 | 0.74 | 0 | 0.10 | 254.39 | 0.77 | 0.57 |
| Hex | 64 | 3B | E6 | 39 | 4A | 0 | A | FE | 4D | 39 |
| Octal | 144 | 73 | 346 | 71 | 112 | 0 | 12 | 376 | 115 | 71 |
| Binary | 1100100 | 111011 | 11100110 | 111001 | 1001010 | 0 | 1010 | 11111110 | 1001101 | 111001 |
Color Harmonies of #643BE6
Complementary color
Monochromatic Colors of #643BE6
Black with #643BE6
Text Example
Text Example
White with #643BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643BE6; }
p { color: rgb(100,59,230); }
H1.HeaderClassName
{
color: #643BE6;
}
.AnyTagClassName
{
color: #643BE6;
}
</style>
background-color css
<style>
a { background-color: #643BE6; }
a { background-color: rgb(100,59,230); }
div.DivClassName
{
background-color: #643BE6;
}
.BgClassName
{
background-color: #643BE6;
}
</style>
border-color css
<style>
span { border-color: #643BE6; }
span { border-color: rgb(100,59,230); }
td.TdClassName
{
border-color: #643BE6;
}
.TagClassName
{
border-color: #643BE6;
}
</style>