Shades of Slate Blue #675EDE
Tints of Slate Blue #675EDE
RGB
CMYK
RGB Variations
Color information
#675EDE (or 0x675EDE) is known color: Slate Blue. HEX triplet: 67, 5E and DE. RGB value is (103,94,222). Sum of RGB (Red+Green+Blue) = 103+94+222=419 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.58% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #675EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675EDE is #98A121. Grayscale: #6E6E6E. Windows color (decimal): -10002722 or 14573159. OLE color: 14573159.
HSL color Cylindrical-coordinate representation of color #675EDE: hue angle of 244.22º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #675EDE is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 94 | 222 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.13 |
| HSL | 244.22º | 0.66% | 0.62% | - |
| HSV(B) | 244.22º | 0.58% | 0.87% | - |
| XYZ | 22.78 | 16.16 | 71.03 | - |
| YUV | 111.28 | 190.48 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 222 | 0.54 | 0.58 | 0 | 0.13 | 244.22 | 0.66 | 0.62 |
| Hex | 67 | 5E | DE | 36 | 3A | 0 | D | F4 | 42 | 3E |
| Octal | 147 | 136 | 336 | 66 | 72 | 0 | 15 | 364 | 102 | 76 |
| Binary | 1100111 | 1011110 | 11011110 | 110110 | 111010 | 0 | 1101 | 11110100 | 1000010 | 111110 |
Color Harmonies of #675EDE
Complementary color
Monochromatic Colors of #675EDE
Black with #675EDE
Text Example
Text Example
White with #675EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675EDE; }
p { color: rgb(103,94,222); }
H1.HeaderClassName
{
color: #675EDE;
}
.AnyTagClassName
{
color: #675EDE;
}
</style>
background-color css
<style>
a { background-color: #675EDE; }
a { background-color: rgb(103,94,222); }
div.DivClassName
{
background-color: #675EDE;
}
.BgClassName
{
background-color: #675EDE;
}
</style>
border-color css
<style>
span { border-color: #675EDE; }
span { border-color: rgb(103,94,222); }
td.TdClassName
{
border-color: #675EDE;
}
.TagClassName
{
border-color: #675EDE;
}
</style>