Shades of Slate Blue #6450D3
Tints of Slate Blue #6450D3
RGB
CMYK
RGB Variations
Color information
#6450D3 (or 0x6450D3) is known color: Slate Blue. HEX triplet: 64, 50 and D3. RGB value is (100,80,211). Sum of RGB (Red+Green+Blue) = 100+80+211=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 211 (82.81% from 255 or 53.96% from 391); Max value from RGB is 211 - color contains mainly: blue. Hex color #6450D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6450D3 is #9BAF2C. Grayscale: #646464. Windows color (decimal): -10202925 or 13848676. OLE color: 13848676.
HSL color Cylindrical-coordinate representation of color #6450D3: hue angle of 249.16º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6450D3 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 80 | 211 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.17 |
| HSL | 249.16º | 0.6% | 0.57% | - |
| HSV(B) | 249.16º | 0.62% | 0.83% | - |
| XYZ | 19.88 | 13.15 | 63.12 | - |
| YUV | 100.91 | 190.13 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 211 | 0.53 | 0.62 | 0 | 0.17 | 249.16 | 0.6 | 0.57 |
| Hex | 64 | 50 | D3 | 35 | 3E | 0 | 11 | F9 | 3C | 39 |
| Octal | 144 | 120 | 323 | 65 | 76 | 0 | 21 | 371 | 74 | 71 |
| Binary | 1100100 | 1010000 | 11010011 | 110101 | 111110 | 0 | 10001 | 11111001 | 111100 | 111001 |
Color Harmonies of #6450D3
Complementary color
Monochromatic Colors of #6450D3
Black with #6450D3
Text Example
Text Example
White with #6450D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6450D3; }
p { color: rgb(100,80,211); }
H1.HeaderClassName
{
color: #6450D3;
}
.AnyTagClassName
{
color: #6450D3;
}
</style>
background-color css
<style>
a { background-color: #6450D3; }
a { background-color: rgb(100,80,211); }
div.DivClassName
{
background-color: #6450D3;
}
.BgClassName
{
background-color: #6450D3;
}
</style>
border-color css
<style>
span { border-color: #6450D3; }
span { border-color: rgb(100,80,211); }
td.TdClassName
{
border-color: #6450D3;
}
.TagClassName
{
border-color: #6450D3;
}
</style>