Shades of Slate Blue #676AD5
Tints of Slate Blue #676AD5
RGB
CMYK
RGB Variations
Color information
#676AD5 (or 0x676AD5) is known color: Slate Blue. HEX triplet: 67, 6A and D5. RGB value is (103,106,213). Sum of RGB (Red+Green+Blue) = 103+106+213=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #676AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676AD5 is #98952A. Grayscale: #747474. Windows color (decimal): -9999659 or 13986407. OLE color: 13986407.
HSL color Cylindrical-coordinate representation of color #676AD5: hue angle of 238.36º degrees, saturation: 0.57, 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 #676AD5 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 106 | 213 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.16 |
| HSL | 238.36º | 0.57% | 0.62% | - |
| HSV(B) | 238.36º | 0.52% | 0.84% | - |
| XYZ | 22.76 | 18 | 65.22 | - |
| YUV | 117.3 | 182.01 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 213 | 0.52 | 0.50 | 0 | 0.16 | 238.36 | 0.57 | 0.62 |
| Hex | 67 | 6A | D5 | 34 | 32 | 0 | 10 | EE | 39 | 3E |
| Octal | 147 | 152 | 325 | 64 | 62 | 0 | 20 | 356 | 71 | 76 |
| Binary | 1100111 | 1101010 | 11010101 | 110100 | 110010 | 0 | 10000 | 11101110 | 111001 | 111110 |
Color Harmonies of #676AD5
Complementary color
Monochromatic Colors of #676AD5
Black with #676AD5
Text Example
Text Example
White with #676AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676AD5; }
p { color: rgb(103,106,213); }
H1.HeaderClassName
{
color: #676AD5;
}
.AnyTagClassName
{
color: #676AD5;
}
</style>
background-color css
<style>
a { background-color: #676AD5; }
a { background-color: rgb(103,106,213); }
div.DivClassName
{
background-color: #676AD5;
}
.BgClassName
{
background-color: #676AD5;
}
</style>
border-color css
<style>
span { border-color: #676AD5; }
span { border-color: rgb(103,106,213); }
td.TdClassName
{
border-color: #676AD5;
}
.TagClassName
{
border-color: #676AD5;
}
</style>