Shades of Slate Blue #676EDD
Tints of Slate Blue #676EDD
RGB
CMYK
RGB Variations
Color information
#676EDD (or 0x676EDD) is known color: Slate Blue. HEX triplet: 67, 6E and DD. RGB value is (103,110,221). Sum of RGB (Red+Green+Blue) = 103+110+221=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #676EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676EDD is #989122. Grayscale: #787878. Windows color (decimal): -9998627 or 14511719. OLE color: 14511719.
HSL color Cylindrical-coordinate representation of color #676EDD: hue angle of 236.44º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #676EDD is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 110 | 221 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.13 |
| HSL | 236.44º | 0.63% | 0.64% | - |
| HSV(B) | 236.44º | 0.53% | 0.87% | - |
| XYZ | 24.22 | 19.26 | 70.85 | - |
| YUV | 120.56 | 184.68 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 221 | 0.53 | 0.50 | 0 | 0.13 | 236.44 | 0.63 | 0.64 |
| Hex | 67 | 6E | DD | 35 | 32 | 0 | D | EC | 3F | 40 |
| Octal | 147 | 156 | 335 | 65 | 62 | 0 | 15 | 354 | 77 | 100 |
| Binary | 1100111 | 1101110 | 11011101 | 110101 | 110010 | 0 | 1101 | 11101100 | 111111 | 1000000 |
Color Harmonies of #676EDD
Complementary color
Monochromatic Colors of #676EDD
Black with #676EDD
Text Example
Text Example
White with #676EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676EDD; }
p { color: rgb(103,110,221); }
H1.HeaderClassName
{
color: #676EDD;
}
.AnyTagClassName
{
color: #676EDD;
}
</style>
background-color css
<style>
a { background-color: #676EDD; }
a { background-color: rgb(103,110,221); }
div.DivClassName
{
background-color: #676EDD;
}
.BgClassName
{
background-color: #676EDD;
}
</style>
border-color css
<style>
span { border-color: #676EDD; }
span { border-color: rgb(103,110,221); }
td.TdClassName
{
border-color: #676EDD;
}
.TagClassName
{
border-color: #676EDD;
}
</style>