Shades of Slate Blue #663FE5
Tints of Slate Blue #663FE5
RGB
CMYK
RGB Variations
Color information
#663FE5 (or 0x663FE5) is known color: Slate Blue. HEX triplet: 66, 3F and E5. RGB value is (102,63,229). Sum of RGB (Red+Green+Blue) = 102+63+229=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 229 (89.84% from 255 or 58.12% from 394); Max value from RGB is 229 - color contains mainly: blue. Hex color #663FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FE5 is #99C01A. Grayscale: #5C5C5C. Windows color (decimal): -10076187 or 15023974. OLE color: 15023974.
HSL color Cylindrical-coordinate representation of color #663FE5: hue angle of 254.1º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663FE5 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 63 | 229 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.10 |
| HSL | 254.1º | 0.76% | 0.57% | - |
| HSV(B) | 254.1º | 0.72% | 0.9% | - |
| XYZ | 21.4 | 12.04 | 75.32 | - |
| YUV | 93.59 | 204.42 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 229 | 0.55 | 0.72 | 0 | 0.10 | 254.1 | 0.76 | 0.57 |
| Hex | 66 | 3F | E5 | 37 | 48 | 0 | A | FE | 4C | 39 |
| Octal | 146 | 77 | 345 | 67 | 110 | 0 | 12 | 376 | 114 | 71 |
| Binary | 1100110 | 111111 | 11100101 | 110111 | 1001000 | 0 | 1010 | 11111110 | 1001100 | 111001 |
Color Harmonies of #663FE5
Complementary color
Monochromatic Colors of #663FE5
Black with #663FE5
Text Example
Text Example
White with #663FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663FE5; }
p { color: rgb(102,63,229); }
H1.HeaderClassName
{
color: #663FE5;
}
.AnyTagClassName
{
color: #663FE5;
}
</style>
background-color css
<style>
a { background-color: #663FE5; }
a { background-color: rgb(102,63,229); }
div.DivClassName
{
background-color: #663FE5;
}
.BgClassName
{
background-color: #663FE5;
}
</style>
border-color css
<style>
span { border-color: #663FE5; }
span { border-color: rgb(102,63,229); }
td.TdClassName
{
border-color: #663FE5;
}
.TagClassName
{
border-color: #663FE5;
}
</style>