Shades of Slate Blue #6446DF
Tints of Slate Blue #6446DF
RGB
CMYK
RGB Variations
Color information
#6446DF (or 0x6446DF) is known color: Slate Blue. HEX triplet: 64, 46 and DF. RGB value is (100,70,223). Sum of RGB (Red+Green+Blue) = 100+70+223=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #6446DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6446DF is #9BB920. Grayscale: #5F5F5F. Windows color (decimal): -10205473 or 14632548. OLE color: 14632548.
HSL color Cylindrical-coordinate representation of color #6446DF: hue angle of 251.76º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6446DF is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 70 | 223 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.13 |
| HSL | 251.76º | 0.71% | 0.57% | - |
| HSV(B) | 251.76º | 0.69% | 0.87% | - |
| XYZ | 20.76 | 12.42 | 71.11 | - |
| YUV | 96.41 | 199.44 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 223 | 0.55 | 0.69 | 0 | 0.13 | 251.76 | 0.71 | 0.57 |
| Hex | 64 | 46 | DF | 37 | 45 | 0 | D | FC | 47 | 39 |
| Octal | 144 | 106 | 337 | 67 | 105 | 0 | 15 | 374 | 107 | 71 |
| Binary | 1100100 | 1000110 | 11011111 | 110111 | 1000101 | 0 | 1101 | 11111100 | 1000111 | 111001 |
Color Harmonies of #6446DF
Complementary color
Monochromatic Colors of #6446DF
Black with #6446DF
Text Example
Text Example
White with #6446DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6446DF; }
p { color: rgb(100,70,223); }
H1.HeaderClassName
{
color: #6446DF;
}
.AnyTagClassName
{
color: #6446DF;
}
</style>
background-color css
<style>
a { background-color: #6446DF; }
a { background-color: rgb(100,70,223); }
div.DivClassName
{
background-color: #6446DF;
}
.BgClassName
{
background-color: #6446DF;
}
</style>
border-color css
<style>
span { border-color: #6446DF; }
span { border-color: rgb(100,70,223); }
td.TdClassName
{
border-color: #6446DF;
}
.TagClassName
{
border-color: #6446DF;
}
</style>