Shades of Slate Blue #676ED6
Tints of Slate Blue #676ED6
RGB
CMYK
RGB Variations
Color information
#676ED6 (or 0x676ED6) is known color: Slate Blue. HEX triplet: 67, 6E and D6. RGB value is (103,110,214). Sum of RGB (Red+Green+Blue) = 103+110+214=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #676ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ED6 is #989129. Grayscale: #777777. Windows color (decimal): -9998634 or 14052967. OLE color: 14052967.
HSL color Cylindrical-coordinate representation of color #676ED6: hue angle of 236.22º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #676ED6 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 110 | 214 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.16 |
| HSL | 236.22º | 0.58% | 0.62% | - |
| HSV(B) | 236.22º | 0.52% | 0.84% | - |
| XYZ | 23.31 | 18.89 | 66.04 | - |
| YUV | 119.76 | 181.18 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 214 | 0.52 | 0.49 | 0 | 0.16 | 236.22 | 0.58 | 0.62 |
| Hex | 67 | 6E | D6 | 34 | 31 | 0 | 10 | EC | 3A | 3E |
| Octal | 147 | 156 | 326 | 64 | 61 | 0 | 20 | 354 | 72 | 76 |
| Binary | 1100111 | 1101110 | 11010110 | 110100 | 110001 | 0 | 10000 | 11101100 | 111010 | 111110 |
Color Harmonies of #676ED6
Complementary color
Monochromatic Colors of #676ED6
Black with #676ED6
Text Example
Text Example
White with #676ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676ED6; }
p { color: rgb(103,110,214); }
H1.HeaderClassName
{
color: #676ED6;
}
.AnyTagClassName
{
color: #676ED6;
}
</style>
background-color css
<style>
a { background-color: #676ED6; }
a { background-color: rgb(103,110,214); }
div.DivClassName
{
background-color: #676ED6;
}
.BgClassName
{
background-color: #676ED6;
}
</style>
border-color css
<style>
span { border-color: #676ED6; }
span { border-color: rgb(103,110,214); }
td.TdClassName
{
border-color: #676ED6;
}
.TagClassName
{
border-color: #676ED6;
}
</style>