Shades of Slate Blue #676ADE
Tints of Slate Blue #676ADE
RGB
CMYK
RGB Variations
Color information
#676ADE (or 0x676ADE) is known color: Slate Blue. HEX triplet: 67, 6A and DE. RGB value is (103,106,222). Sum of RGB (Red+Green+Blue) = 103+106+222=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #676ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ADE is #989521. Grayscale: #757575. Windows color (decimal): -9999650 or 14576231. OLE color: 14576231.
HSL color Cylindrical-coordinate representation of color #676ADE: hue angle of 238.49º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #676ADE is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 106 | 222 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.13 |
| HSL | 238.49º | 0.64% | 0.64% | - |
| HSV(B) | 238.49º | 0.54% | 0.87% | - |
| XYZ | 23.93 | 18.47 | 71.41 | - |
| YUV | 118.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 222 | 0.54 | 0.52 | 0 | 0.13 | 238.49 | 0.64 | 0.64 |
| Hex | 67 | 6A | DE | 36 | 34 | 0 | D | EE | 40 | 40 |
| Octal | 147 | 152 | 336 | 66 | 64 | 0 | 15 | 356 | 100 | 100 |
| Binary | 1100111 | 1101010 | 11011110 | 110110 | 110100 | 0 | 1101 | 11101110 | 1000000 | 1000000 |
Color Harmonies of #676ADE
Complementary color
Monochromatic Colors of #676ADE
Black with #676ADE
Text Example
Text Example
White with #676ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676ADE; }
p { color: rgb(103,106,222); }
H1.HeaderClassName
{
color: #676ADE;
}
.AnyTagClassName
{
color: #676ADE;
}
</style>
background-color css
<style>
a { background-color: #676ADE; }
a { background-color: rgb(103,106,222); }
div.DivClassName
{
background-color: #676ADE;
}
.BgClassName
{
background-color: #676ADE;
}
</style>
border-color css
<style>
span { border-color: #676ADE; }
span { border-color: rgb(103,106,222); }
td.TdClassName
{
border-color: #676ADE;
}
.TagClassName
{
border-color: #676ADE;
}
</style>