Shades of Slate Blue #6450CC
Tints of Slate Blue #6450CC
RGB
CMYK
RGB Variations
Color information
#6450CC (or 0x6450CC) is known color: Slate Blue. HEX triplet: 64, 50 and CC. RGB value is (100,80,204). Sum of RGB (Red+Green+Blue) = 100+80+204=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #6450CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6450CC is #9BAF33. Grayscale: #636363. Windows color (decimal): -10202932 or 13389924. OLE color: 13389924.
HSL color Cylindrical-coordinate representation of color #6450CC: hue angle of 249.68º degrees, saturation: 0.55, 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 #6450CC is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 80 | 204 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.2 |
| HSL | 249.68º | 0.55% | 0.56% | - |
| HSV(B) | 249.68º | 0.61% | 0.8% | - |
| XYZ | 19.02 | 12.81 | 58.6 | - |
| YUV | 100.12 | 186.63 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 204 | 0.51 | 0.61 | 0 | 0.2 | 249.68 | 0.55 | 0.56 |
| Hex | 64 | 50 | CC | 33 | 3D | 0 | 14 | FA | 37 | 38 |
| Octal | 144 | 120 | 314 | 63 | 75 | 0 | 24 | 372 | 67 | 70 |
| Binary | 1100100 | 1010000 | 11001100 | 110011 | 111101 | 0 | 10100 | 11111010 | 110111 | 111000 |
Color Harmonies of #6450CC
Complementary color
Monochromatic Colors of #6450CC
Black with #6450CC
Text Example
Text Example
White with #6450CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6450CC; }
p { color: rgb(100,80,204); }
H1.HeaderClassName
{
color: #6450CC;
}
.AnyTagClassName
{
color: #6450CC;
}
</style>
background-color css
<style>
a { background-color: #6450CC; }
a { background-color: rgb(100,80,204); }
div.DivClassName
{
background-color: #6450CC;
}
.BgClassName
{
background-color: #6450CC;
}
</style>
border-color css
<style>
span { border-color: #6450CC; }
span { border-color: rgb(100,80,204); }
td.TdClassName
{
border-color: #6450CC;
}
.TagClassName
{
border-color: #6450CC;
}
</style>