Shades of Slate Blue #6441DE
Tints of Slate Blue #6441DE
RGB
CMYK
RGB Variations
Color information
#6441DE (or 0x6441DE) is known color: Slate Blue. HEX triplet: 64, 41 and DE. RGB value is (100,65,222). Sum of RGB (Red+Green+Blue) = 100+65+222=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #6441DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6441DE is #9BBE21. Grayscale: #5C5C5C. Windows color (decimal): -10206754 or 14565732. OLE color: 14565732.
HSL color Cylindrical-coordinate representation of color #6441DE: hue angle of 253.38º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6441DE is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 65 | 222 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.13 |
| HSL | 253.38º | 0.7% | 0.56% | - |
| HSV(B) | 253.38º | 0.71% | 0.87% | - |
| XYZ | 20.33 | 11.76 | 70.31 | - |
| YUV | 93.36 | 200.6 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 222 | 0.55 | 0.71 | 0 | 0.13 | 253.38 | 0.7 | 0.56 |
| Hex | 64 | 41 | DE | 37 | 47 | 0 | D | FD | 46 | 38 |
| Octal | 144 | 101 | 336 | 67 | 107 | 0 | 15 | 375 | 106 | 70 |
| Binary | 1100100 | 1000001 | 11011110 | 110111 | 1000111 | 0 | 1101 | 11111101 | 1000110 | 111000 |
Color Harmonies of #6441DE
Complementary color
Monochromatic Colors of #6441DE
Black with #6441DE
Text Example
Text Example
White with #6441DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6441DE; }
p { color: rgb(100,65,222); }
H1.HeaderClassName
{
color: #6441DE;
}
.AnyTagClassName
{
color: #6441DE;
}
</style>
background-color css
<style>
a { background-color: #6441DE; }
a { background-color: rgb(100,65,222); }
div.DivClassName
{
background-color: #6441DE;
}
.BgClassName
{
background-color: #6441DE;
}
</style>
border-color css
<style>
span { border-color: #6441DE; }
span { border-color: rgb(100,65,222); }
td.TdClassName
{
border-color: #6441DE;
}
.TagClassName
{
border-color: #6441DE;
}
</style>