Shades of Slate Blue #643EDF
Tints of Slate Blue #643EDF
RGB
CMYK
RGB Variations
Color information
#643EDF (or 0x643EDF) is known color: Slate Blue. HEX triplet: 64, 3E and DF. RGB value is (100,62,223). Sum of RGB (Red+Green+Blue) = 100+62+223=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #643EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643EDF is #9BC120. Grayscale: #5B5B5B. Windows color (decimal): -10207521 or 14630500. OLE color: 14630500.
HSL color Cylindrical-coordinate representation of color #643EDF: hue angle of 254.16º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #643EDF is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 62 | 223 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.13 |
| HSL | 254.16º | 0.72% | 0.56% | - |
| HSV(B) | 254.16º | 0.72% | 0.87% | - |
| XYZ | 20.3 | 11.48 | 70.96 | - |
| YUV | 91.72 | 202.09 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 223 | 0.55 | 0.72 | 0 | 0.13 | 254.16 | 0.72 | 0.56 |
| Hex | 64 | 3E | DF | 37 | 48 | 0 | D | FE | 48 | 38 |
| Octal | 144 | 76 | 337 | 67 | 110 | 0 | 15 | 376 | 110 | 70 |
| Binary | 1100100 | 111110 | 11011111 | 110111 | 1001000 | 0 | 1101 | 11111110 | 1001000 | 111000 |
Color Harmonies of #643EDF
Complementary color
Monochromatic Colors of #643EDF
Black with #643EDF
Text Example
Text Example
White with #643EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643EDF; }
p { color: rgb(100,62,223); }
H1.HeaderClassName
{
color: #643EDF;
}
.AnyTagClassName
{
color: #643EDF;
}
</style>
background-color css
<style>
a { background-color: #643EDF; }
a { background-color: rgb(100,62,223); }
div.DivClassName
{
background-color: #643EDF;
}
.BgClassName
{
background-color: #643EDF;
}
</style>
border-color css
<style>
span { border-color: #643EDF; }
span { border-color: rgb(100,62,223); }
td.TdClassName
{
border-color: #643EDF;
}
.TagClassName
{
border-color: #643EDF;
}
</style>