Shades of Slate Blue #675DE2
Tints of Slate Blue #675DE2
RGB
CMYK
RGB Variations
Color information
#675DE2 (or 0x675DE2) is known color: Slate Blue. HEX triplet: 67, 5D and E2. RGB value is (103,93,226). Sum of RGB (Red+Green+Blue) = 103+93+226=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #675DE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DE2 is #98A21D. Grayscale: #6E6E6E. Windows color (decimal): -10002974 or 14835047. OLE color: 14835047.
HSL color Cylindrical-coordinate representation of color #675DE2: hue angle of 244.51º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #675DE2 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 103 | 93 | 226 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.11 |
| HSL | 244.51º | 0.7% | 0.63% | - |
| HSV(B) | 244.51º | 0.59% | 0.89% | - |
| XYZ | 23.24 | 16.2 | 73.85 | - |
| YUV | 111.15 | 192.81 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 226 | 0.54 | 0.59 | 0 | 0.11 | 244.51 | 0.7 | 0.63 |
| Hex | 67 | 5D | E2 | 36 | 3B | 0 | B | F5 | 46 | 3F |
| Octal | 147 | 135 | 342 | 66 | 73 | 0 | 13 | 365 | 106 | 77 |
| Binary | 1100111 | 1011101 | 11100010 | 110110 | 111011 | 0 | 1011 | 11110101 | 1000110 | 111111 |
Color Harmonies of #675DE2
Complementary color
Monochromatic Colors of #675DE2
Black with #675DE2
Text Example
Text Example
White with #675DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675DE2; }
p { color: rgb(103,93,226); }
H1.HeaderClassName
{
color: #675DE2;
}
.AnyTagClassName
{
color: #675DE2;
}
</style>
background-color css
<style>
a { background-color: #675DE2; }
a { background-color: rgb(103,93,226); }
div.DivClassName
{
background-color: #675DE2;
}
.BgClassName
{
background-color: #675DE2;
}
</style>
border-color css
<style>
span { border-color: #675DE2; }
span { border-color: rgb(103,93,226); }
td.TdClassName
{
border-color: #675DE2;
}
.TagClassName
{
border-color: #675DE2;
}
</style>