Shades of Slate Blue #676BD8
Tints of Slate Blue #676BD8
RGB
CMYK
RGB Variations
Color information
#676BD8 (or 0x676BD8) is known color: Slate Blue. HEX triplet: 67, 6B and D8. RGB value is (103,107,216). Sum of RGB (Red+Green+Blue) = 103+107+216=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #676BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BD8 is #989427. Grayscale: #757575. Windows color (decimal): -9999400 or 14183271. OLE color: 14183271.
HSL color Cylindrical-coordinate representation of color #676BD8: hue angle of 237.88º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #676BD8 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 107 | 216 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.15 |
| HSL | 237.88º | 0.59% | 0.63% | - |
| HSV(B) | 237.88º | 0.52% | 0.85% | - |
| XYZ | 23.25 | 18.36 | 67.28 | - |
| YUV | 118.23 | 183.17 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 216 | 0.52 | 0.50 | 0 | 0.15 | 237.88 | 0.59 | 0.63 |
| Hex | 67 | 6B | D8 | 34 | 32 | 0 | F | EE | 3B | 3F |
| Octal | 147 | 153 | 330 | 64 | 62 | 0 | 17 | 356 | 73 | 77 |
| Binary | 1100111 | 1101011 | 11011000 | 110100 | 110010 | 0 | 1111 | 11101110 | 111011 | 111111 |
Color Harmonies of #676BD8
Complementary color
Monochromatic Colors of #676BD8
Black with #676BD8
Text Example
Text Example
White with #676BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676BD8; }
p { color: rgb(103,107,216); }
H1.HeaderClassName
{
color: #676BD8;
}
.AnyTagClassName
{
color: #676BD8;
}
</style>
background-color css
<style>
a { background-color: #676BD8; }
a { background-color: rgb(103,107,216); }
div.DivClassName
{
background-color: #676BD8;
}
.BgClassName
{
background-color: #676BD8;
}
</style>
border-color css
<style>
span { border-color: #676BD8; }
span { border-color: rgb(103,107,216); }
td.TdClassName
{
border-color: #676BD8;
}
.TagClassName
{
border-color: #676BD8;
}
</style>