Shades of Slate Blue #663CE7
Tints of Slate Blue #663CE7
RGB
CMYK
RGB Variations
Color information
#663CE7 (or 0x663CE7) is known color: Slate Blue. HEX triplet: 66, 3C and E7. RGB value is (102,60,231). Sum of RGB (Red+Green+Blue) = 102+60+231=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 231 (90.62% from 255 or 58.78% from 393); Max value from RGB is 231 - color contains mainly: blue. Hex color #663CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663CE7 is #99C318. Grayscale: #5B5B5B. Windows color (decimal): -10076953 or 15154278. OLE color: 15154278.
HSL color Cylindrical-coordinate representation of color #663CE7: hue angle of 254.74º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #663CE7 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 60 | 231 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.09 |
| HSL | 254.74º | 0.78% | 0.57% | - |
| HSV(B) | 254.74º | 0.74% | 0.91% | - |
| XYZ | 21.52 | 11.83 | 76.75 | - |
| YUV | 92.05 | 206.41 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 231 | 0.56 | 0.74 | 0 | 0.09 | 254.74 | 0.78 | 0.57 |
| Hex | 66 | 3C | E7 | 38 | 4A | 0 | 9 | FF | 4E | 39 |
| Octal | 146 | 74 | 347 | 70 | 112 | 0 | 11 | 377 | 116 | 71 |
| Binary | 1100110 | 111100 | 11100111 | 111000 | 1001010 | 0 | 1001 | 11111111 | 1001110 | 111001 |
Color Harmonies of #663CE7
Complementary color
Monochromatic Colors of #663CE7
Black with #663CE7
Text Example
Text Example
White with #663CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663CE7; }
p { color: rgb(102,60,231); }
H1.HeaderClassName
{
color: #663CE7;
}
.AnyTagClassName
{
color: #663CE7;
}
</style>
background-color css
<style>
a { background-color: #663CE7; }
a { background-color: rgb(102,60,231); }
div.DivClassName
{
background-color: #663CE7;
}
.BgClassName
{
background-color: #663CE7;
}
</style>
border-color css
<style>
span { border-color: #663CE7; }
span { border-color: rgb(102,60,231); }
td.TdClassName
{
border-color: #663CE7;
}
.TagClassName
{
border-color: #663CE7;
}
</style>