Shades of Slate Blue #6549E6
Tints of Slate Blue #6549E6
RGB
CMYK
RGB Variations
Color information
#6549E6 (or 0x6549E6) is known color: Slate Blue. HEX triplet: 65, 49 and E6. RGB value is (101,73,230). Sum of RGB (Red+Green+Blue) = 101+73+230=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 230 (90.23% from 255 or 56.93% from 404); Max value from RGB is 230 - color contains mainly: blue. Hex color #6549E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6549E6 is #9AB619. Grayscale: #626262. Windows color (decimal): -10139162 or 15092069. OLE color: 15092069.
HSL color Cylindrical-coordinate representation of color #6549E6: hue angle of 250.7º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6549E6 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 73 | 230 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.10 |
| HSL | 250.7º | 0.76% | 0.59% | - |
| HSV(B) | 250.7º | 0.68% | 0.9% | - |
| XYZ | 22.03 | 13.24 | 76.26 | - |
| YUV | 99.27 | 201.78 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 230 | 0.56 | 0.68 | 0 | 0.10 | 250.7 | 0.76 | 0.59 |
| Hex | 65 | 49 | E6 | 38 | 44 | 0 | A | FB | 4C | 3B |
| Octal | 145 | 111 | 346 | 70 | 104 | 0 | 12 | 373 | 114 | 73 |
| Binary | 1100101 | 1001001 | 11100110 | 111000 | 1000100 | 0 | 1010 | 11111011 | 1001100 | 111011 |
Color Harmonies of #6549E6
Complementary color
Monochromatic Colors of #6549E6
Black with #6549E6
Text Example
Text Example
White with #6549E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6549E6; }
p { color: rgb(101,73,230); }
H1.HeaderClassName
{
color: #6549E6;
}
.AnyTagClassName
{
color: #6549E6;
}
</style>
background-color css
<style>
a { background-color: #6549E6; }
a { background-color: rgb(101,73,230); }
div.DivClassName
{
background-color: #6549E6;
}
.BgClassName
{
background-color: #6549E6;
}
</style>
border-color css
<style>
span { border-color: #6549E6; }
span { border-color: rgb(101,73,230); }
td.TdClassName
{
border-color: #6549E6;
}
.TagClassName
{
border-color: #6549E6;
}
</style>