Shades of Slate Blue #663EDF
Tints of Slate Blue #663EDF
RGB
CMYK
RGB Variations
Color information
#663EDF (or 0x663EDF) is known color: Slate Blue. HEX triplet: 66, 3E and DF. RGB value is (102,62,223). Sum of RGB (Red+Green+Blue) = 102+62+223=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #663EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663EDF is #99C120. Grayscale: #5B5B5B. Windows color (decimal): -10076449 or 14630502. OLE color: 14630502.
HSL color Cylindrical-coordinate representation of color #663EDF: hue angle of 254.91º degrees, saturation: 0.72, 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 #663EDF is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 62 | 223 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.13 |
| HSL | 254.91º | 0.72% | 0.56% | - |
| HSV(B) | 254.91º | 0.72% | 0.87% | - |
| XYZ | 20.52 | 11.6 | 70.97 | - |
| YUV | 92.31 | 201.75 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 223 | 0.54 | 0.72 | 0 | 0.13 | 254.91 | 0.72 | 0.56 |
| Hex | 66 | 3E | DF | 36 | 48 | 0 | D | FF | 48 | 38 |
| Octal | 146 | 76 | 337 | 66 | 110 | 0 | 15 | 377 | 110 | 70 |
| Binary | 1100110 | 111110 | 11011111 | 110110 | 1001000 | 0 | 1101 | 11111111 | 1001000 | 111000 |
Color Harmonies of #663EDF
Complementary color
Monochromatic Colors of #663EDF
Black with #663EDF
Text Example
Text Example
White with #663EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EDF; }
p { color: rgb(102,62,223); }
H1.HeaderClassName
{
color: #663EDF;
}
.AnyTagClassName
{
color: #663EDF;
}
</style>
background-color css
<style>
a { background-color: #663EDF; }
a { background-color: rgb(102,62,223); }
div.DivClassName
{
background-color: #663EDF;
}
.BgClassName
{
background-color: #663EDF;
}
</style>
border-color css
<style>
span { border-color: #663EDF; }
span { border-color: rgb(102,62,223); }
td.TdClassName
{
border-color: #663EDF;
}
.TagClassName
{
border-color: #663EDF;
}
</style>