Shades of Slate Blue #6450CB
Tints of Slate Blue #6450CB
RGB
CMYK
RGB Variations
Color information
#6450CB (or 0x6450CB) is known color: Slate Blue. HEX triplet: 64, 50 and CB. RGB value is (100,80,203). Sum of RGB (Red+Green+Blue) = 100+80+203=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #6450CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6450CB is #9BAF34. Grayscale: #636363. Windows color (decimal): -10202933 or 13324388. OLE color: 13324388.
HSL color Cylindrical-coordinate representation of color #6450CB: hue angle of 249.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6450CB is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 80 | 203 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.20 |
| HSL | 249.76º | 0.54% | 0.55% | - |
| HSV(B) | 249.76º | 0.61% | 0.8% | - |
| XYZ | 18.9 | 12.76 | 57.97 | - |
| YUV | 100 | 186.13 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 203 | 0.51 | 0.61 | 0 | 0.20 | 249.76 | 0.54 | 0.55 |
| Hex | 64 | 50 | CB | 33 | 3D | 0 | 14 | FA | 36 | 37 |
| Octal | 144 | 120 | 313 | 63 | 75 | 0 | 24 | 372 | 66 | 67 |
| Binary | 1100100 | 1010000 | 11001011 | 110011 | 111101 | 0 | 10100 | 11111010 | 110110 | 110111 |
Color Harmonies of #6450CB
Complementary color
Monochromatic Colors of #6450CB
Black with #6450CB
Text Example
Text Example
White with #6450CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6450CB; }
p { color: rgb(100,80,203); }
H1.HeaderClassName
{
color: #6450CB;
}
.AnyTagClassName
{
color: #6450CB;
}
</style>
background-color css
<style>
a { background-color: #6450CB; }
a { background-color: rgb(100,80,203); }
div.DivClassName
{
background-color: #6450CB;
}
.BgClassName
{
background-color: #6450CB;
}
</style>
border-color css
<style>
span { border-color: #6450CB; }
span { border-color: rgb(100,80,203); }
td.TdClassName
{
border-color: #6450CB;
}
.TagClassName
{
border-color: #6450CB;
}
</style>