Shades of Slate Blue #675ED8
Tints of Slate Blue #675ED8
RGB
CMYK
RGB Variations
Color information
#675ED8 (or 0x675ED8) is known color: Slate Blue. HEX triplet: 67, 5E and D8. RGB value is (103,94,216). Sum of RGB (Red+Green+Blue) = 103+94+216=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #675ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ED8 is #98A127. Grayscale: #6E6E6E. Windows color (decimal): -10002728 or 14179943. OLE color: 14179943.
HSL color Cylindrical-coordinate representation of color #675ED8: hue angle of 244.43º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #675ED8 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 94 | 216 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.15 |
| HSL | 244.43º | 0.61% | 0.61% | - |
| HSV(B) | 244.43º | 0.56% | 0.85% | - |
| XYZ | 21.99 | 15.85 | 66.87 | - |
| YUV | 110.6 | 187.48 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 216 | 0.52 | 0.56 | 0 | 0.15 | 244.43 | 0.61 | 0.61 |
| Hex | 67 | 5E | D8 | 34 | 38 | 0 | F | F4 | 3D | 3D |
| Octal | 147 | 136 | 330 | 64 | 70 | 0 | 17 | 364 | 75 | 75 |
| Binary | 1100111 | 1011110 | 11011000 | 110100 | 111000 | 0 | 1111 | 11110100 | 111101 | 111101 |
Color Harmonies of #675ED8
Complementary color
Monochromatic Colors of #675ED8
Black with #675ED8
Text Example
Text Example
White with #675ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675ED8; }
p { color: rgb(103,94,216); }
H1.HeaderClassName
{
color: #675ED8;
}
.AnyTagClassName
{
color: #675ED8;
}
</style>
background-color css
<style>
a { background-color: #675ED8; }
a { background-color: rgb(103,94,216); }
div.DivClassName
{
background-color: #675ED8;
}
.BgClassName
{
background-color: #675ED8;
}
</style>
border-color css
<style>
span { border-color: #675ED8; }
span { border-color: rgb(103,94,216); }
td.TdClassName
{
border-color: #675ED8;
}
.TagClassName
{
border-color: #675ED8;
}
</style>