Shades of Slate Blue #6547CD
Tints of Slate Blue #6547CD
RGB
CMYK
RGB Variations
Color information
#6547CD (or 0x6547CD) is known color: Slate Blue. HEX triplet: 65, 47 and CD. RGB value is (101,71,205). Sum of RGB (Red+Green+Blue) = 101+71+205=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #6547CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6547CD is #9AB832. Grayscale: #5E5E5E. Windows color (decimal): -10139699 or 13453157. OLE color: 13453157.
HSL color Cylindrical-coordinate representation of color #6547CD: hue angle of 253.43º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6547CD is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 71 | 205 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.20 |
| HSL | 253.43º | 0.57% | 0.54% | - |
| HSV(B) | 253.43º | 0.65% | 0.8% | - |
| XYZ | 18.64 | 11.68 | 59.03 | - |
| YUV | 95.25 | 189.94 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 71 | 205 | 0.51 | 0.65 | 0 | 0.20 | 253.43 | 0.57 | 0.54 |
| Hex | 65 | 47 | CD | 33 | 41 | 0 | 14 | FD | 39 | 36 |
| Octal | 145 | 107 | 315 | 63 | 101 | 0 | 24 | 375 | 71 | 66 |
| Binary | 1100101 | 1000111 | 11001101 | 110011 | 1000001 | 0 | 10100 | 11111101 | 111001 | 110110 |
Color Harmonies of #6547CD
Complementary color
Monochromatic Colors of #6547CD
Black with #6547CD
Text Example
Text Example
White with #6547CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6547CD; }
p { color: rgb(101,71,205); }
H1.HeaderClassName
{
color: #6547CD;
}
.AnyTagClassName
{
color: #6547CD;
}
</style>
background-color css
<style>
a { background-color: #6547CD; }
a { background-color: rgb(101,71,205); }
div.DivClassName
{
background-color: #6547CD;
}
.BgClassName
{
background-color: #6547CD;
}
</style>
border-color css
<style>
span { border-color: #6547CD; }
span { border-color: rgb(101,71,205); }
td.TdClassName
{
border-color: #6547CD;
}
.TagClassName
{
border-color: #6547CD;
}
</style>