Shades of Slate Blue #663FDC
Tints of Slate Blue #663FDC
RGB
CMYK
RGB Variations
Color information
#663FDC (or 0x663FDC) is known color: Slate Blue. HEX triplet: 66, 3F and DC. RGB value is (102,63,220). Sum of RGB (Red+Green+Blue) = 102+63+220=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #663FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FDC is #99C023. Grayscale: #5B5B5B. Windows color (decimal): -10076196 or 14434150. OLE color: 14434150.
HSL color Cylindrical-coordinate representation of color #663FDC: hue angle of 254.9º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #663FDC is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 63 | 220 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.14 |
| HSL | 254.9º | 0.69% | 0.55% | - |
| HSV(B) | 254.9º | 0.71% | 0.86% | - |
| XYZ | 20.18 | 11.55 | 68.88 | - |
| YUV | 92.56 | 199.92 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 220 | 0.54 | 0.71 | 0 | 0.14 | 254.9 | 0.69 | 0.55 |
| Hex | 66 | 3F | DC | 36 | 47 | 0 | E | FF | 45 | 37 |
| Octal | 146 | 77 | 334 | 66 | 107 | 0 | 16 | 377 | 105 | 67 |
| Binary | 1100110 | 111111 | 11011100 | 110110 | 1000111 | 0 | 1110 | 11111111 | 1000101 | 110111 |
Color Harmonies of #663FDC
Complementary color
Monochromatic Colors of #663FDC
Black with #663FDC
Text Example
Text Example
White with #663FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663FDC; }
p { color: rgb(102,63,220); }
H1.HeaderClassName
{
color: #663FDC;
}
.AnyTagClassName
{
color: #663FDC;
}
</style>
background-color css
<style>
a { background-color: #663FDC; }
a { background-color: rgb(102,63,220); }
div.DivClassName
{
background-color: #663FDC;
}
.BgClassName
{
background-color: #663FDC;
}
</style>
border-color css
<style>
span { border-color: #663FDC; }
span { border-color: rgb(102,63,220); }
td.TdClassName
{
border-color: #663FDC;
}
.TagClassName
{
border-color: #663FDC;
}
</style>