Shades of Slate Blue #6443D0
Tints of Slate Blue #6443D0
RGB
CMYK
RGB Variations
Color information
#6443D0 (or 0x6443D0) is known color: Slate Blue. HEX triplet: 64, 43 and D0. RGB value is (100,67,208). Sum of RGB (Red+Green+Blue) = 100+67+208=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #6443D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6443D0 is #9BBC2F. Grayscale: #5C5C5C. Windows color (decimal): -10206256 or 13648740. OLE color: 13648740.
HSL color Cylindrical-coordinate representation of color #6443D0: hue angle of 254.04º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6443D0 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 67 | 208 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.18 |
| HSL | 254.04º | 0.6% | 0.54% | - |
| HSV(B) | 254.04º | 0.68% | 0.82% | - |
| XYZ | 18.65 | 11.28 | 60.87 | - |
| YUV | 92.94 | 192.93 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 208 | 0.52 | 0.68 | 0 | 0.18 | 254.04 | 0.6 | 0.54 |
| Hex | 64 | 43 | D0 | 34 | 44 | 0 | 12 | FE | 3C | 36 |
| Octal | 144 | 103 | 320 | 64 | 104 | 0 | 22 | 376 | 74 | 66 |
| Binary | 1100100 | 1000011 | 11010000 | 110100 | 1000100 | 0 | 10010 | 11111110 | 111100 | 110110 |
Color Harmonies of #6443D0
Complementary color
Monochromatic Colors of #6443D0
Black with #6443D0
Text Example
Text Example
White with #6443D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6443D0; }
p { color: rgb(100,67,208); }
H1.HeaderClassName
{
color: #6443D0;
}
.AnyTagClassName
{
color: #6443D0;
}
</style>
background-color css
<style>
a { background-color: #6443D0; }
a { background-color: rgb(100,67,208); }
div.DivClassName
{
background-color: #6443D0;
}
.BgClassName
{
background-color: #6443D0;
}
</style>
border-color css
<style>
span { border-color: #6443D0; }
span { border-color: rgb(100,67,208); }
td.TdClassName
{
border-color: #6443D0;
}
.TagClassName
{
border-color: #6443D0;
}
</style>