Shades of Slate Blue #676AD0
Tints of Slate Blue #676AD0
RGB
CMYK
RGB Variations
Color information
#676AD0 (or 0x676AD0) is known color: Slate Blue. HEX triplet: 67, 6A and D0. RGB value is (103,106,208). Sum of RGB (Red+Green+Blue) = 103+106+208=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #676AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676AD0 is #98952F. Grayscale: #747474. Windows color (decimal): -9999664 or 13658727. OLE color: 13658727.
HSL color Cylindrical-coordinate representation of color #676AD0: hue angle of 238.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #676AD0 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 106 | 208 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.18 |
| HSL | 238.29º | 0.53% | 0.61% | - |
| HSV(B) | 238.29º | 0.5% | 0.82% | - |
| XYZ | 22.13 | 17.75 | 61.93 | - |
| YUV | 116.73 | 179.51 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 208 | 0.50 | 0.49 | 0 | 0.18 | 238.29 | 0.53 | 0.61 |
| Hex | 67 | 6A | D0 | 32 | 31 | 0 | 12 | EE | 35 | 3D |
| Octal | 147 | 152 | 320 | 62 | 61 | 0 | 22 | 356 | 65 | 75 |
| Binary | 1100111 | 1101010 | 11010000 | 110010 | 110001 | 0 | 10010 | 11101110 | 110101 | 111101 |
Color Harmonies of #676AD0
Complementary color
Monochromatic Colors of #676AD0
Black with #676AD0
Text Example
Text Example
White with #676AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676AD0; }
p { color: rgb(103,106,208); }
H1.HeaderClassName
{
color: #676AD0;
}
.AnyTagClassName
{
color: #676AD0;
}
</style>
background-color css
<style>
a { background-color: #676AD0; }
a { background-color: rgb(103,106,208); }
div.DivClassName
{
background-color: #676AD0;
}
.BgClassName
{
background-color: #676AD0;
}
</style>
border-color css
<style>
span { border-color: #676AD0; }
span { border-color: rgb(103,106,208); }
td.TdClassName
{
border-color: #676AD0;
}
.TagClassName
{
border-color: #676AD0;
}
</style>