Shades of Slate Blue #675EDD
Tints of Slate Blue #675EDD
RGB
CMYK
RGB Variations
Color information
#675EDD (or 0x675EDD) is known color: Slate Blue. HEX triplet: 67, 5E and DD. RGB value is (103,94,221). Sum of RGB (Red+Green+Blue) = 103+94+221=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #675EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675EDD is #98A122. Grayscale: #6E6E6E. Windows color (decimal): -10002723 or 14507623. OLE color: 14507623.
HSL color Cylindrical-coordinate representation of color #675EDD: hue angle of 244.25º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #675EDD is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 94 | 221 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.13 |
| HSL | 244.25º | 0.65% | 0.62% | - |
| HSV(B) | 244.25º | 0.57% | 0.87% | - |
| XYZ | 22.65 | 16.11 | 70.32 | - |
| YUV | 111.17 | 189.98 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 221 | 0.53 | 0.57 | 0 | 0.13 | 244.25 | 0.65 | 0.62 |
| Hex | 67 | 5E | DD | 35 | 39 | 0 | D | F4 | 41 | 3E |
| Octal | 147 | 136 | 335 | 65 | 71 | 0 | 15 | 364 | 101 | 76 |
| Binary | 1100111 | 1011110 | 11011101 | 110101 | 111001 | 0 | 1101 | 11110100 | 1000001 | 111110 |
Color Harmonies of #675EDD
Complementary color
Monochromatic Colors of #675EDD
Black with #675EDD
Text Example
Text Example
White with #675EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675EDD; }
p { color: rgb(103,94,221); }
H1.HeaderClassName
{
color: #675EDD;
}
.AnyTagClassName
{
color: #675EDD;
}
</style>
background-color css
<style>
a { background-color: #675EDD; }
a { background-color: rgb(103,94,221); }
div.DivClassName
{
background-color: #675EDD;
}
.BgClassName
{
background-color: #675EDD;
}
</style>
border-color css
<style>
span { border-color: #675EDD; }
span { border-color: rgb(103,94,221); }
td.TdClassName
{
border-color: #675EDD;
}
.TagClassName
{
border-color: #675EDD;
}
</style>