Shades of Slate Blue #6549CA
Tints of Slate Blue #6549CA
RGB
CMYK
RGB Variations
Color information
#6549CA (or 0x6549CA) is known color: Slate Blue. HEX triplet: 65, 49 and CA. RGB value is (101,73,202). Sum of RGB (Red+Green+Blue) = 101+73+202=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #6549CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6549CA is #9AB635. Grayscale: #5F5F5F. Windows color (decimal): -10139190 or 13257061. OLE color: 13257061.
HSL color Cylindrical-coordinate representation of color #6549CA: hue angle of 253.02º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6549CA is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 73 | 202 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.21 |
| HSL | 253.02º | 0.55% | 0.54% | - |
| HSV(B) | 253.02º | 0.64% | 0.79% | - |
| XYZ | 18.41 | 11.8 | 57.18 | - |
| YUV | 96.08 | 187.78 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 202 | 0.50 | 0.64 | 0 | 0.21 | 253.02 | 0.55 | 0.54 |
| Hex | 65 | 49 | CA | 32 | 40 | 0 | 15 | FD | 37 | 36 |
| Octal | 145 | 111 | 312 | 62 | 100 | 0 | 25 | 375 | 67 | 66 |
| Binary | 1100101 | 1001001 | 11001010 | 110010 | 1000000 | 0 | 10101 | 11111101 | 110111 | 110110 |
Color Harmonies of #6549CA
Complementary color
Monochromatic Colors of #6549CA
Black with #6549CA
Text Example
Text Example
White with #6549CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6549CA; }
p { color: rgb(101,73,202); }
H1.HeaderClassName
{
color: #6549CA;
}
.AnyTagClassName
{
color: #6549CA;
}
</style>
background-color css
<style>
a { background-color: #6549CA; }
a { background-color: rgb(101,73,202); }
div.DivClassName
{
background-color: #6549CA;
}
.BgClassName
{
background-color: #6549CA;
}
</style>
border-color css
<style>
span { border-color: #6549CA; }
span { border-color: rgb(101,73,202); }
td.TdClassName
{
border-color: #6549CA;
}
.TagClassName
{
border-color: #6549CA;
}
</style>