Shades of Slate Blue #6742DE
Tints of Slate Blue #6742DE
RGB
CMYK
RGB Variations
Color information
#6742DE (or 0x6742DE) is known color: Slate Blue. HEX triplet: 67, 42 and DE. RGB value is (103,66,222). Sum of RGB (Red+Green+Blue) = 103+66+222=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #6742DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6742DE is #98BD21. Grayscale: #5E5E5E. Windows color (decimal): -10009890 or 14565991. OLE color: 14565991.
HSL color Cylindrical-coordinate representation of color #6742DE: hue angle of 254.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6742DE is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 66 | 222 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.13 |
| HSL | 254.23º | 0.7% | 0.56% | - |
| HSV(B) | 254.23º | 0.7% | 0.87% | - |
| XYZ | 20.73 | 12.05 | 70.34 | - |
| YUV | 94.85 | 199.76 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 222 | 0.54 | 0.70 | 0 | 0.13 | 254.23 | 0.7 | 0.56 |
| Hex | 67 | 42 | DE | 36 | 46 | 0 | D | FE | 46 | 38 |
| Octal | 147 | 102 | 336 | 66 | 106 | 0 | 15 | 376 | 106 | 70 |
| Binary | 1100111 | 1000010 | 11011110 | 110110 | 1000110 | 0 | 1101 | 11111110 | 1000110 | 111000 |
Color Harmonies of #6742DE
Complementary color
Monochromatic Colors of #6742DE
Black with #6742DE
Text Example
Text Example
White with #6742DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6742DE; }
p { color: rgb(103,66,222); }
H1.HeaderClassName
{
color: #6742DE;
}
.AnyTagClassName
{
color: #6742DE;
}
</style>
background-color css
<style>
a { background-color: #6742DE; }
a { background-color: rgb(103,66,222); }
div.DivClassName
{
background-color: #6742DE;
}
.BgClassName
{
background-color: #6742DE;
}
</style>
border-color css
<style>
span { border-color: #6742DE; }
span { border-color: rgb(103,66,222); }
td.TdClassName
{
border-color: #6742DE;
}
.TagClassName
{
border-color: #6742DE;
}
</style>