Shades of Slate Blue #6449DF
Tints of Slate Blue #6449DF
RGB
CMYK
RGB Variations
Color information
#6449DF (or 0x6449DF) is known color: Slate Blue. HEX triplet: 64, 49 and DF. RGB value is (100,73,223). Sum of RGB (Red+Green+Blue) = 100+73+223=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #6449DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6449DF is #9BB620. Grayscale: #616161. Windows color (decimal): -10204705 or 14633316. OLE color: 14633316.
HSL color Cylindrical-coordinate representation of color #6449DF: hue angle of 250.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6449DF is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 73 | 223 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.13 |
| HSL | 250.8º | 0.7% | 0.58% | - |
| HSV(B) | 250.8º | 0.67% | 0.87% | - |
| XYZ | 20.96 | 12.8 | 71.18 | - |
| YUV | 98.17 | 198.45 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 223 | 0.55 | 0.67 | 0 | 0.13 | 250.8 | 0.7 | 0.58 |
| Hex | 64 | 49 | DF | 37 | 43 | 0 | D | FB | 46 | 3A |
| Octal | 144 | 111 | 337 | 67 | 103 | 0 | 15 | 373 | 106 | 72 |
| Binary | 1100100 | 1001001 | 11011111 | 110111 | 1000011 | 0 | 1101 | 11111011 | 1000110 | 111010 |
Color Harmonies of #6449DF
Complementary color
Monochromatic Colors of #6449DF
Black with #6449DF
Text Example
Text Example
White with #6449DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6449DF; }
p { color: rgb(100,73,223); }
H1.HeaderClassName
{
color: #6449DF;
}
.AnyTagClassName
{
color: #6449DF;
}
</style>
background-color css
<style>
a { background-color: #6449DF; }
a { background-color: rgb(100,73,223); }
div.DivClassName
{
background-color: #6449DF;
}
.BgClassName
{
background-color: #6449DF;
}
</style>
border-color css
<style>
span { border-color: #6449DF; }
span { border-color: rgb(100,73,223); }
td.TdClassName
{
border-color: #6449DF;
}
.TagClassName
{
border-color: #6449DF;
}
</style>