Shades of Slate Blue #663FDF
Tints of Slate Blue #663FDF
RGB
CMYK
RGB Variations
Color information
#663FDF (or 0x663FDF) is known color: Slate Blue. HEX triplet: 66, 3F and DF. RGB value is (102,63,223). Sum of RGB (Red+Green+Blue) = 102+63+223=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #663FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663FDF is #99C020. Grayscale: #5C5C5C. Windows color (decimal): -10076193 or 14630758. OLE color: 14630758.
HSL color Cylindrical-coordinate representation of color #663FDF: hue angle of 254.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #663FDF is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 63 | 223 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.13 |
| HSL | 254.63º | 0.71% | 0.56% | - |
| HSV(B) | 254.63º | 0.72% | 0.87% | - |
| XYZ | 20.58 | 11.71 | 70.99 | - |
| YUV | 92.9 | 201.42 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 223 | 0.54 | 0.72 | 0 | 0.13 | 254.63 | 0.71 | 0.56 |
| Hex | 66 | 3F | DF | 36 | 48 | 0 | D | FF | 47 | 38 |
| Octal | 146 | 77 | 337 | 66 | 110 | 0 | 15 | 377 | 107 | 70 |
| Binary | 1100110 | 111111 | 11011111 | 110110 | 1001000 | 0 | 1101 | 11111111 | 1000111 | 111000 |
Color Harmonies of #663FDF
Complementary color
Monochromatic Colors of #663FDF
Black with #663FDF
Text Example
Text Example
White with #663FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663FDF; }
p { color: rgb(102,63,223); }
H1.HeaderClassName
{
color: #663FDF;
}
.AnyTagClassName
{
color: #663FDF;
}
</style>
background-color css
<style>
a { background-color: #663FDF; }
a { background-color: rgb(102,63,223); }
div.DivClassName
{
background-color: #663FDF;
}
.BgClassName
{
background-color: #663FDF;
}
</style>
border-color css
<style>
span { border-color: #663FDF; }
span { border-color: rgb(102,63,223); }
td.TdClassName
{
border-color: #663FDF;
}
.TagClassName
{
border-color: #663FDF;
}
</style>