Shades of Slate Blue #663EDC
Tints of Slate Blue #663EDC
RGB
CMYK
RGB Variations
Color information
#663EDC (or 0x663EDC) is known color: Slate Blue. HEX triplet: 66, 3E and DC. RGB value is (102,62,220). Sum of RGB (Red+Green+Blue) = 102+62+220=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #663EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663EDC is #99C123. Grayscale: #5B5B5B. Windows color (decimal): -10076452 or 14433894. OLE color: 14433894.
HSL color Cylindrical-coordinate representation of color #663EDC: hue angle of 255.19º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663EDC is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 62 | 220 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.14 |
| HSL | 255.19º | 0.69% | 0.55% | - |
| HSV(B) | 255.19º | 0.72% | 0.86% | - |
| XYZ | 20.12 | 11.44 | 68.86 | - |
| YUV | 91.97 | 200.25 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 220 | 0.54 | 0.72 | 0 | 0.14 | 255.19 | 0.69 | 0.55 |
| Hex | 66 | 3E | DC | 36 | 48 | 0 | E | FF | 45 | 37 |
| Octal | 146 | 76 | 334 | 66 | 110 | 0 | 16 | 377 | 105 | 67 |
| Binary | 1100110 | 111110 | 11011100 | 110110 | 1001000 | 0 | 1110 | 11111111 | 1000101 | 110111 |
Color Harmonies of #663EDC
Complementary color
Monochromatic Colors of #663EDC
Black with #663EDC
Text Example
Text Example
White with #663EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EDC; }
p { color: rgb(102,62,220); }
H1.HeaderClassName
{
color: #663EDC;
}
.AnyTagClassName
{
color: #663EDC;
}
</style>
background-color css
<style>
a { background-color: #663EDC; }
a { background-color: rgb(102,62,220); }
div.DivClassName
{
background-color: #663EDC;
}
.BgClassName
{
background-color: #663EDC;
}
</style>
border-color css
<style>
span { border-color: #663EDC; }
span { border-color: rgb(102,62,220); }
td.TdClassName
{
border-color: #663EDC;
}
.TagClassName
{
border-color: #663EDC;
}
</style>