Shades of Slate Blue #6649CD
Tints of Slate Blue #6649CD
RGB
CMYK
RGB Variations
Color information
#6649CD (or 0x6649CD) is known color: Slate Blue. HEX triplet: 66, 49 and CD. RGB value is (102,73,205). Sum of RGB (Red+Green+Blue) = 102+73+205=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #6649CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6649CD is #99B632. Grayscale: #606060. Windows color (decimal): -10073651 or 13453670. OLE color: 13453670.
HSL color Cylindrical-coordinate representation of color #6649CD: hue angle of 253.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6649CD is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 73 | 205 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.20 |
| HSL | 253.18º | 0.57% | 0.55% | - |
| HSV(B) | 253.18º | 0.64% | 0.8% | - |
| XYZ | 18.88 | 12 | 59.08 | - |
| YUV | 96.72 | 189.11 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 205 | 0.50 | 0.64 | 0 | 0.20 | 253.18 | 0.57 | 0.55 |
| Hex | 66 | 49 | CD | 32 | 40 | 0 | 14 | FD | 39 | 37 |
| Octal | 146 | 111 | 315 | 62 | 100 | 0 | 24 | 375 | 71 | 67 |
| Binary | 1100110 | 1001001 | 11001101 | 110010 | 1000000 | 0 | 10100 | 11111101 | 111001 | 110111 |
Color Harmonies of #6649CD
Complementary color
Monochromatic Colors of #6649CD
Black with #6649CD
Text Example
Text Example
White with #6649CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6649CD; }
p { color: rgb(102,73,205); }
H1.HeaderClassName
{
color: #6649CD;
}
.AnyTagClassName
{
color: #6649CD;
}
</style>
background-color css
<style>
a { background-color: #6649CD; }
a { background-color: rgb(102,73,205); }
div.DivClassName
{
background-color: #6649CD;
}
.BgClassName
{
background-color: #6649CD;
}
</style>
border-color css
<style>
span { border-color: #6649CD; }
span { border-color: rgb(102,73,205); }
td.TdClassName
{
border-color: #6649CD;
}
.TagClassName
{
border-color: #6649CD;
}
</style>