Shades of Slate Blue #6742EB
Tints of Slate Blue #6742EB
RGB
CMYK
RGB Variations
Color information
#6742EB (or 0x6742EB) is known color: Slate Blue. HEX triplet: 67, 42 and EB. RGB value is (103,66,235). Sum of RGB (Red+Green+Blue) = 103+66+235=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #6742EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6742EB is #98BD14. Grayscale: #5F5F5F. Windows color (decimal): -10009877 or 15417959. OLE color: 15417959.
HSL color Cylindrical-coordinate representation of color #6742EB: hue angle of 253.14º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6742EB is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 66 | 235 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.08 |
| HSL | 253.14º | 0.81% | 0.59% | - |
| HSV(B) | 253.14º | 0.72% | 0.92% | - |
| XYZ | 22.54 | 12.78 | 79.88 | - |
| YUV | 96.33 | 206.26 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 235 | 0.56 | 0.72 | 0 | 0.08 | 253.14 | 0.81 | 0.59 |
| Hex | 67 | 42 | EB | 38 | 48 | 0 | 8 | FD | 51 | 3B |
| Octal | 147 | 102 | 353 | 70 | 110 | 0 | 10 | 375 | 121 | 73 |
| Binary | 1100111 | 1000010 | 11101011 | 111000 | 1001000 | 0 | 1000 | 11111101 | 1010001 | 111011 |
Color Harmonies of #6742EB
Complementary color
Monochromatic Colors of #6742EB
Black with #6742EB
Text Example
Text Example
White with #6742EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6742EB; }
p { color: rgb(103,66,235); }
H1.HeaderClassName
{
color: #6742EB;
}
.AnyTagClassName
{
color: #6742EB;
}
</style>
background-color css
<style>
a { background-color: #6742EB; }
a { background-color: rgb(103,66,235); }
div.DivClassName
{
background-color: #6742EB;
}
.BgClassName
{
background-color: #6742EB;
}
</style>
border-color css
<style>
span { border-color: #6742EB; }
span { border-color: rgb(103,66,235); }
td.TdClassName
{
border-color: #6742EB;
}
.TagClassName
{
border-color: #6742EB;
}
</style>