Shades of Slate Blue #6649CE
Tints of Slate Blue #6649CE
RGB
CMYK
RGB Variations
Color information
#6649CE (or 0x6649CE) is known color: Slate Blue. HEX triplet: 66, 49 and CE. RGB value is (102,73,206). Sum of RGB (Red+Green+Blue) = 102+73+206=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #6649CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6649CE is #99B631. Grayscale: #606060. Windows color (decimal): -10073650 or 13519206. OLE color: 13519206.
HSL color Cylindrical-coordinate representation of color #6649CE: hue angle of 253.08º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6649CE is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 73 | 206 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.19 |
| HSL | 253.08º | 0.58% | 0.55% | - |
| HSV(B) | 253.08º | 0.65% | 0.81% | - |
| XYZ | 19 | 12.05 | 59.72 | - |
| YUV | 96.83 | 189.61 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 206 | 0.50 | 0.65 | 0 | 0.19 | 253.08 | 0.58 | 0.55 |
| Hex | 66 | 49 | CE | 32 | 41 | 0 | 13 | FD | 3A | 37 |
| Octal | 146 | 111 | 316 | 62 | 101 | 0 | 23 | 375 | 72 | 67 |
| Binary | 1100110 | 1001001 | 11001110 | 110010 | 1000001 | 0 | 10011 | 11111101 | 111010 | 110111 |
Color Harmonies of #6649CE
Complementary color
Monochromatic Colors of #6649CE
Black with #6649CE
Text Example
Text Example
White with #6649CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6649CE; }
p { color: rgb(102,73,206); }
H1.HeaderClassName
{
color: #6649CE;
}
.AnyTagClassName
{
color: #6649CE;
}
</style>
background-color css
<style>
a { background-color: #6649CE; }
a { background-color: rgb(102,73,206); }
div.DivClassName
{
background-color: #6649CE;
}
.BgClassName
{
background-color: #6649CE;
}
</style>
border-color css
<style>
span { border-color: #6649CE; }
span { border-color: rgb(102,73,206); }
td.TdClassName
{
border-color: #6649CE;
}
.TagClassName
{
border-color: #6649CE;
}
</style>