Shades of Slate Blue #6450CD
Tints of Slate Blue #6450CD
RGB
CMYK
RGB Variations
Color information
#6450CD (or 0x6450CD) is known color: Slate Blue. HEX triplet: 64, 50 and CD. RGB value is (100,80,205). Sum of RGB (Red+Green+Blue) = 100+80+205=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #6450CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6450CD is #9BAF32. Grayscale: #636363. Windows color (decimal): -10202931 or 13455460. OLE color: 13455460.
HSL color Cylindrical-coordinate representation of color #6450CD: hue angle of 249.6º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6450CD is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 80 | 205 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.20 |
| HSL | 249.6º | 0.56% | 0.56% | - |
| HSV(B) | 249.6º | 0.61% | 0.8% | - |
| XYZ | 19.14 | 12.85 | 59.23 | - |
| YUV | 100.23 | 187.13 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 205 | 0.51 | 0.61 | 0 | 0.20 | 249.6 | 0.56 | 0.56 |
| Hex | 64 | 50 | CD | 33 | 3D | 0 | 14 | FA | 38 | 38 |
| Octal | 144 | 120 | 315 | 63 | 75 | 0 | 24 | 372 | 70 | 70 |
| Binary | 1100100 | 1010000 | 11001101 | 110011 | 111101 | 0 | 10100 | 11111010 | 111000 | 111000 |
Color Harmonies of #6450CD
Complementary color
Monochromatic Colors of #6450CD
Black with #6450CD
Text Example
Text Example
White with #6450CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6450CD; }
p { color: rgb(100,80,205); }
H1.HeaderClassName
{
color: #6450CD;
}
.AnyTagClassName
{
color: #6450CD;
}
</style>
background-color css
<style>
a { background-color: #6450CD; }
a { background-color: rgb(100,80,205); }
div.DivClassName
{
background-color: #6450CD;
}
.BgClassName
{
background-color: #6450CD;
}
</style>
border-color css
<style>
span { border-color: #6450CD; }
span { border-color: rgb(100,80,205); }
td.TdClassName
{
border-color: #6450CD;
}
.TagClassName
{
border-color: #6450CD;
}
</style>