Shades of Slate Blue #6641DF
Tints of Slate Blue #6641DF
RGB
CMYK
RGB Variations
Color information
#6641DF (or 0x6641DF) is known color: Slate Blue. HEX triplet: 66, 41 and DF. RGB value is (102,65,223). Sum of RGB (Red+Green+Blue) = 102+65+223=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #6641DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6641DF is #99BE20. Grayscale: #5D5D5D. Windows color (decimal): -10075681 or 14631270. OLE color: 14631270.
HSL color Cylindrical-coordinate representation of color #6641DF: hue angle of 254.05º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6641DF is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 65 | 223 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.13 |
| HSL | 254.05º | 0.71% | 0.56% | - |
| HSV(B) | 254.05º | 0.71% | 0.87% | - |
| XYZ | 20.69 | 11.93 | 71.02 | - |
| YUV | 94.08 | 200.76 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 223 | 0.54 | 0.71 | 0 | 0.13 | 254.05 | 0.71 | 0.56 |
| Hex | 66 | 41 | DF | 36 | 47 | 0 | D | FE | 47 | 38 |
| Octal | 146 | 101 | 337 | 66 | 107 | 0 | 15 | 376 | 107 | 70 |
| Binary | 1100110 | 1000001 | 11011111 | 110110 | 1000111 | 0 | 1101 | 11111110 | 1000111 | 111000 |
Color Harmonies of #6641DF
Complementary color
Monochromatic Colors of #6641DF
Black with #6641DF
Text Example
Text Example
White with #6641DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6641DF; }
p { color: rgb(102,65,223); }
H1.HeaderClassName
{
color: #6641DF;
}
.AnyTagClassName
{
color: #6641DF;
}
</style>
background-color css
<style>
a { background-color: #6641DF; }
a { background-color: rgb(102,65,223); }
div.DivClassName
{
background-color: #6641DF;
}
.BgClassName
{
background-color: #6641DF;
}
</style>
border-color css
<style>
span { border-color: #6641DF; }
span { border-color: rgb(102,65,223); }
td.TdClassName
{
border-color: #6641DF;
}
.TagClassName
{
border-color: #6641DF;
}
</style>