Shades of Slate Blue #663FE0
Tints of Slate Blue #663FE0
RGB
CMYK
RGB Variations
Color information
#663FE0 (or 0x663FE0) is known color: Slate Blue. HEX triplet: 66, 3F and E0. RGB value is (102,63,224). Sum of RGB (Red+Green+Blue) = 102+63+224=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #663FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FE0 is #99C01F. Grayscale: #5C5C5C. Windows color (decimal): -10076192 or 14696294. OLE color: 14696294.
HSL color Cylindrical-coordinate representation of color #663FE0: hue angle of 254.53º degrees, saturation: 0.72, 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 #663FE0 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 63 | 224 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.12 |
| HSL | 254.53º | 0.72% | 0.56% | - |
| HSV(B) | 254.53º | 0.72% | 0.88% | - |
| XYZ | 20.71 | 11.76 | 71.7 | - |
| YUV | 93.02 | 201.92 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 224 | 0.54 | 0.72 | 0 | 0.12 | 254.53 | 0.72 | 0.56 |
| Hex | 66 | 3F | E0 | 36 | 48 | 0 | C | FF | 48 | 38 |
| Octal | 146 | 77 | 340 | 66 | 110 | 0 | 14 | 377 | 110 | 70 |
| Binary | 1100110 | 111111 | 11100000 | 110110 | 1001000 | 0 | 1100 | 11111111 | 1001000 | 111000 |
Color Harmonies of #663FE0
Complementary color
Monochromatic Colors of #663FE0
Black with #663FE0
Text Example
Text Example
White with #663FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663FE0; }
p { color: rgb(102,63,224); }
H1.HeaderClassName
{
color: #663FE0;
}
.AnyTagClassName
{
color: #663FE0;
}
</style>
background-color css
<style>
a { background-color: #663FE0; }
a { background-color: rgb(102,63,224); }
div.DivClassName
{
background-color: #663FE0;
}
.BgClassName
{
background-color: #663FE0;
}
</style>
border-color css
<style>
span { border-color: #663FE0; }
span { border-color: rgb(102,63,224); }
td.TdClassName
{
border-color: #663FE0;
}
.TagClassName
{
border-color: #663FE0;
}
</style>