Shades of Slate Blue #6450EB
Tints of Slate Blue #6450EB
RGB
CMYK
RGB Variations
Color information
#6450EB (or 0x6450EB) is known color: Slate Blue. HEX triplet: 64, 50 and EB. RGB value is (100,80,235). Sum of RGB (Red+Green+Blue) = 100+80+235=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #6450EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6450EB is #9BAF14. Grayscale: #676767. Windows color (decimal): -10202901 or 15421540. OLE color: 15421540.
HSL color Cylindrical-coordinate representation of color #6450EB: hue angle of 247.74º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6450EB is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 80 | 235 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.08 |
| HSL | 247.74º | 0.79% | 0.62% | - |
| HSV(B) | 247.74º | 0.66% | 0.92% | - |
| XYZ | 23.12 | 14.44 | 80.17 | - |
| YUV | 103.65 | 202.13 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 235 | 0.57 | 0.66 | 0 | 0.08 | 247.74 | 0.79 | 0.62 |
| Hex | 64 | 50 | EB | 39 | 42 | 0 | 8 | F8 | 4F | 3E |
| Octal | 144 | 120 | 353 | 71 | 102 | 0 | 10 | 370 | 117 | 76 |
| Binary | 1100100 | 1010000 | 11101011 | 111001 | 1000010 | 0 | 1000 | 11111000 | 1001111 | 111110 |
Color Harmonies of #6450EB
Complementary color
Monochromatic Colors of #6450EB
Black with #6450EB
Text Example
Text Example
White with #6450EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6450EB; }
p { color: rgb(100,80,235); }
H1.HeaderClassName
{
color: #6450EB;
}
.AnyTagClassName
{
color: #6450EB;
}
</style>
background-color css
<style>
a { background-color: #6450EB; }
a { background-color: rgb(100,80,235); }
div.DivClassName
{
background-color: #6450EB;
}
.BgClassName
{
background-color: #6450EB;
}
</style>
border-color css
<style>
span { border-color: #6450EB; }
span { border-color: rgb(100,80,235); }
td.TdClassName
{
border-color: #6450EB;
}
.TagClassName
{
border-color: #6450EB;
}
</style>