Shades of Slate Blue #6446D7
Tints of Slate Blue #6446D7
RGB
CMYK
RGB Variations
Color information
#6446D7 (or 0x6446D7) is known color: Slate Blue. HEX triplet: 64, 46 and D7. RGB value is (100,70,215). Sum of RGB (Red+Green+Blue) = 100+70+215=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 215 (84.38% from 255 or 55.84% from 385); Max value from RGB is 215 - color contains mainly: blue. Hex color #6446D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6446D7 is #9BB928. Grayscale: #5E5E5E. Windows color (decimal): -10205481 or 14108260. OLE color: 14108260.
HSL color Cylindrical-coordinate representation of color #6446D7: hue angle of 252.41º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6446D7 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 70 | 215 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.16 |
| HSL | 252.41º | 0.64% | 0.56% | - |
| HSV(B) | 252.41º | 0.67% | 0.84% | - |
| XYZ | 19.71 | 12 | 65.57 | - |
| YUV | 95.5 | 195.44 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 215 | 0.53 | 0.67 | 0 | 0.16 | 252.41 | 0.64 | 0.56 |
| Hex | 64 | 46 | D7 | 35 | 43 | 0 | 10 | FC | 40 | 38 |
| Octal | 144 | 106 | 327 | 65 | 103 | 0 | 20 | 374 | 100 | 70 |
| Binary | 1100100 | 1000110 | 11010111 | 110101 | 1000011 | 0 | 10000 | 11111100 | 1000000 | 111000 |
Color Harmonies of #6446D7
Complementary color
Monochromatic Colors of #6446D7
Black with #6446D7
Text Example
Text Example
White with #6446D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6446D7; }
p { color: rgb(100,70,215); }
H1.HeaderClassName
{
color: #6446D7;
}
.AnyTagClassName
{
color: #6446D7;
}
</style>
background-color css
<style>
a { background-color: #6446D7; }
a { background-color: rgb(100,70,215); }
div.DivClassName
{
background-color: #6446D7;
}
.BgClassName
{
background-color: #6446D7;
}
</style>
border-color css
<style>
span { border-color: #6446D7; }
span { border-color: rgb(100,70,215); }
td.TdClassName
{
border-color: #6446D7;
}
.TagClassName
{
border-color: #6446D7;
}
</style>