Shades of Slate Blue #675ED7
Tints of Slate Blue #675ED7
RGB
CMYK
RGB Variations
Color information
#675ED7 (or 0x675ED7) is known color: Slate Blue. HEX triplet: 67, 5E and D7. RGB value is (103,94,215). Sum of RGB (Red+Green+Blue) = 103+94+215=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 215 (84.38% from 255 or 52.18% from 412); Max value from RGB is 215 - color contains mainly: blue. Hex color #675ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ED7 is #98A128. Grayscale: #6E6E6E. Windows color (decimal): -10002729 or 14114407. OLE color: 14114407.
HSL color Cylindrical-coordinate representation of color #675ED7: hue angle of 244.46º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #675ED7 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 94 | 215 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.16 |
| HSL | 244.46º | 0.6% | 0.61% | - |
| HSV(B) | 244.46º | 0.56% | 0.84% | - |
| XYZ | 21.86 | 15.8 | 66.19 | - |
| YUV | 110.49 | 186.98 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 215 | 0.52 | 0.56 | 0 | 0.16 | 244.46 | 0.6 | 0.61 |
| Hex | 67 | 5E | D7 | 34 | 38 | 0 | 10 | F4 | 3C | 3D |
| Octal | 147 | 136 | 327 | 64 | 70 | 0 | 20 | 364 | 74 | 75 |
| Binary | 1100111 | 1011110 | 11010111 | 110100 | 111000 | 0 | 10000 | 11110100 | 111100 | 111101 |
Color Harmonies of #675ED7
Complementary color
Monochromatic Colors of #675ED7
Black with #675ED7
Text Example
Text Example
White with #675ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675ED7; }
p { color: rgb(103,94,215); }
H1.HeaderClassName
{
color: #675ED7;
}
.AnyTagClassName
{
color: #675ED7;
}
</style>
background-color css
<style>
a { background-color: #675ED7; }
a { background-color: rgb(103,94,215); }
div.DivClassName
{
background-color: #675ED7;
}
.BgClassName
{
background-color: #675ED7;
}
</style>
border-color css
<style>
span { border-color: #675ED7; }
span { border-color: rgb(103,94,215); }
td.TdClassName
{
border-color: #675ED7;
}
.TagClassName
{
border-color: #675ED7;
}
</style>