Shades of Slate Blue #663EE1
Tints of Slate Blue #663EE1
RGB
CMYK
RGB Variations
Color information
#663EE1 (or 0x663EE1) is known color: Slate Blue. HEX triplet: 66, 3E and E1. RGB value is (102,62,225). Sum of RGB (Red+Green+Blue) = 102+62+225=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #663EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663EE1 is #99C11E. Grayscale: #5B5B5B. Windows color (decimal): -10076447 or 14761574. OLE color: 14761574.
HSL color Cylindrical-coordinate representation of color #663EE1: hue angle of 254.72º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663EE1 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 62 | 225 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.12 |
| HSL | 254.72º | 0.73% | 0.56% | - |
| HSV(B) | 254.72º | 0.72% | 0.88% | - |
| XYZ | 20.79 | 11.71 | 72.4 | - |
| YUV | 92.54 | 202.75 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 225 | 0.55 | 0.72 | 0 | 0.12 | 254.72 | 0.73 | 0.56 |
| Hex | 66 | 3E | E1 | 37 | 48 | 0 | C | FF | 49 | 38 |
| Octal | 146 | 76 | 341 | 67 | 110 | 0 | 14 | 377 | 111 | 70 |
| Binary | 1100110 | 111110 | 11100001 | 110111 | 1001000 | 0 | 1100 | 11111111 | 1001001 | 111000 |
Color Harmonies of #663EE1
Complementary color
Monochromatic Colors of #663EE1
Black with #663EE1
Text Example
Text Example
White with #663EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EE1; }
p { color: rgb(102,62,225); }
H1.HeaderClassName
{
color: #663EE1;
}
.AnyTagClassName
{
color: #663EE1;
}
</style>
background-color css
<style>
a { background-color: #663EE1; }
a { background-color: rgb(102,62,225); }
div.DivClassName
{
background-color: #663EE1;
}
.BgClassName
{
background-color: #663EE1;
}
</style>
border-color css
<style>
span { border-color: #663EE1; }
span { border-color: rgb(102,62,225); }
td.TdClassName
{
border-color: #663EE1;
}
.TagClassName
{
border-color: #663EE1;
}
</style>