Shades of Slate Blue #6448DC
Tints of Slate Blue #6448DC
RGB
CMYK
RGB Variations
Color information
#6448DC (or 0x6448DC) is known color: Slate Blue. HEX triplet: 64, 48 and DC. RGB value is (100,72,220). Sum of RGB (Red+Green+Blue) = 100+72+220=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #6448DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6448DC is #9BB723. Grayscale: #606060. Windows color (decimal): -10204964 or 14436452. OLE color: 14436452.
HSL color Cylindrical-coordinate representation of color #6448DC: hue angle of 251.35º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6448DC is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 72 | 220 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.14 |
| HSL | 251.35º | 0.68% | 0.57% | - |
| HSV(B) | 251.35º | 0.67% | 0.86% | - |
| XYZ | 20.49 | 12.51 | 69.05 | - |
| YUV | 97.24 | 197.28 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 220 | 0.55 | 0.67 | 0 | 0.14 | 251.35 | 0.68 | 0.57 |
| Hex | 64 | 48 | DC | 37 | 43 | 0 | E | FB | 44 | 39 |
| Octal | 144 | 110 | 334 | 67 | 103 | 0 | 16 | 373 | 104 | 71 |
| Binary | 1100100 | 1001000 | 11011100 | 110111 | 1000011 | 0 | 1110 | 11111011 | 1000100 | 111001 |
Color Harmonies of #6448DC
Complementary color
Monochromatic Colors of #6448DC
Black with #6448DC
Text Example
Text Example
White with #6448DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6448DC; }
p { color: rgb(100,72,220); }
H1.HeaderClassName
{
color: #6448DC;
}
.AnyTagClassName
{
color: #6448DC;
}
</style>
background-color css
<style>
a { background-color: #6448DC; }
a { background-color: rgb(100,72,220); }
div.DivClassName
{
background-color: #6448DC;
}
.BgClassName
{
background-color: #6448DC;
}
</style>
border-color css
<style>
span { border-color: #6448DC; }
span { border-color: rgb(100,72,220); }
td.TdClassName
{
border-color: #6448DC;
}
.TagClassName
{
border-color: #6448DC;
}
</style>