Shades of Slate Blue #6446CD
Tints of Slate Blue #6446CD
RGB
CMYK
RGB Variations
Color information
#6446CD (or 0x6446CD) is known color: Slate Blue. HEX triplet: 64, 46 and CD. RGB value is (100,70,205). Sum of RGB (Red+Green+Blue) = 100+70+205=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #6446CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6446CD is #9BB932. Grayscale: #5D5D5D. Windows color (decimal): -10205491 or 13452900. OLE color: 13452900.
HSL color Cylindrical-coordinate representation of color #6446CD: hue angle of 253.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6446CD is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 70 | 205 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.20 |
| HSL | 253.33º | 0.57% | 0.54% | - |
| HSV(B) | 253.33º | 0.66% | 0.8% | - |
| XYZ | 18.47 | 11.5 | 59 | - |
| YUV | 94.36 | 190.44 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 205 | 0.51 | 0.66 | 0 | 0.20 | 253.33 | 0.57 | 0.54 |
| Hex | 64 | 46 | CD | 33 | 42 | 0 | 14 | FD | 39 | 36 |
| Octal | 144 | 106 | 315 | 63 | 102 | 0 | 24 | 375 | 71 | 66 |
| Binary | 1100100 | 1000110 | 11001101 | 110011 | 1000010 | 0 | 10100 | 11111101 | 111001 | 110110 |
Color Harmonies of #6446CD
Complementary color
Monochromatic Colors of #6446CD
Black with #6446CD
Text Example
Text Example
White with #6446CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6446CD; }
p { color: rgb(100,70,205); }
H1.HeaderClassName
{
color: #6446CD;
}
.AnyTagClassName
{
color: #6446CD;
}
</style>
background-color css
<style>
a { background-color: #6446CD; }
a { background-color: rgb(100,70,205); }
div.DivClassName
{
background-color: #6446CD;
}
.BgClassName
{
background-color: #6446CD;
}
</style>
border-color css
<style>
span { border-color: #6446CD; }
span { border-color: rgb(100,70,205); }
td.TdClassName
{
border-color: #6446CD;
}
.TagClassName
{
border-color: #6446CD;
}
</style>