Shades of Slate Blue #663DE0
Tints of Slate Blue #663DE0
RGB
CMYK
RGB Variations
Color information
#663DE0 (or 0x663DE0) is known color: Slate Blue. HEX triplet: 66, 3D and E0. RGB value is (102,61,224). Sum of RGB (Red+Green+Blue) = 102+61+224=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #663DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663DE0 is #99C21F. Grayscale: #5B5B5B. Windows color (decimal): -10076704 or 14695782. OLE color: 14695782.
HSL color Cylindrical-coordinate representation of color #663DE0: hue angle of 255.09º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #663DE0 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 61 | 224 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.12 |
| HSL | 255.09º | 0.72% | 0.56% | - |
| HSV(B) | 255.09º | 0.73% | 0.88% | - |
| XYZ | 20.6 | 11.54 | 71.66 | - |
| YUV | 91.84 | 202.58 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 224 | 0.54 | 0.73 | 0 | 0.12 | 255.09 | 0.72 | 0.56 |
| Hex | 66 | 3D | E0 | 36 | 49 | 0 | C | FF | 48 | 38 |
| Octal | 146 | 75 | 340 | 66 | 111 | 0 | 14 | 377 | 110 | 70 |
| Binary | 1100110 | 111101 | 11100000 | 110110 | 1001001 | 0 | 1100 | 11111111 | 1001000 | 111000 |
Color Harmonies of #663DE0
Complementary color
Monochromatic Colors of #663DE0
Black with #663DE0
Text Example
Text Example
White with #663DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DE0; }
p { color: rgb(102,61,224); }
H1.HeaderClassName
{
color: #663DE0;
}
.AnyTagClassName
{
color: #663DE0;
}
</style>
background-color css
<style>
a { background-color: #663DE0; }
a { background-color: rgb(102,61,224); }
div.DivClassName
{
background-color: #663DE0;
}
.BgClassName
{
background-color: #663DE0;
}
</style>
border-color css
<style>
span { border-color: #663DE0; }
span { border-color: rgb(102,61,224); }
td.TdClassName
{
border-color: #663DE0;
}
.TagClassName
{
border-color: #663DE0;
}
</style>