Shades of Slate Blue #6649C6
Tints of Slate Blue #6649C6
RGB
CMYK
RGB Variations
Color information
#6649C6 (or 0x6649C6) is known color: Slate Blue. HEX triplet: 66, 49 and C6. RGB value is (102,73,198). Sum of RGB (Red+Green+Blue) = 102+73+198=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #6649C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6649C6 is #99B639. Grayscale: #5F5F5F. Windows color (decimal): -10073658 or 12994918. OLE color: 12994918.
HSL color Cylindrical-coordinate representation of color #6649C6: hue angle of 253.92º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6649C6 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 73 | 198 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.22 |
| HSL | 253.92º | 0.52% | 0.53% | - |
| HSV(B) | 253.92º | 0.63% | 0.78% | - |
| XYZ | 18.06 | 11.67 | 54.73 | - |
| YUV | 95.92 | 185.61 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 198 | 0.48 | 0.63 | 0 | 0.22 | 253.92 | 0.52 | 0.53 |
| Hex | 66 | 49 | C6 | 30 | 3F | 0 | 16 | FE | 34 | 35 |
| Octal | 146 | 111 | 306 | 60 | 77 | 0 | 26 | 376 | 64 | 65 |
| Binary | 1100110 | 1001001 | 11000110 | 110000 | 111111 | 0 | 10110 | 11111110 | 110100 | 110101 |
Color Harmonies of #6649C6
Complementary color
Monochromatic Colors of #6649C6
Black with #6649C6
Text Example
Text Example
White with #6649C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6649C6; }
p { color: rgb(102,73,198); }
H1.HeaderClassName
{
color: #6649C6;
}
.AnyTagClassName
{
color: #6649C6;
}
</style>
background-color css
<style>
a { background-color: #6649C6; }
a { background-color: rgb(102,73,198); }
div.DivClassName
{
background-color: #6649C6;
}
.BgClassName
{
background-color: #6649C6;
}
</style>
border-color css
<style>
span { border-color: #6649C6; }
span { border-color: rgb(102,73,198); }
td.TdClassName
{
border-color: #6649C6;
}
.TagClassName
{
border-color: #6649C6;
}
</style>