Shades of Slate Blue #676BDD
Tints of Slate Blue #676BDD
RGB
CMYK
RGB Variations
Color information
#676BDD (or 0x676BDD) is known color: Slate Blue. HEX triplet: 67, 6B and DD. RGB value is (103,107,221). Sum of RGB (Red+Green+Blue) = 103+107+221=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #676BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BDD is #989422. Grayscale: #767676. Windows color (decimal): -9999395 or 14510951. OLE color: 14510951.
HSL color Cylindrical-coordinate representation of color #676BDD: hue angle of 237.97º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #676BDD is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 107 | 221 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.13 |
| HSL | 237.97º | 0.63% | 0.64% | - |
| HSV(B) | 237.97º | 0.53% | 0.87% | - |
| XYZ | 23.9 | 18.62 | 70.74 | - |
| YUV | 118.8 | 185.67 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 221 | 0.53 | 0.52 | 0 | 0.13 | 237.97 | 0.63 | 0.64 |
| Hex | 67 | 6B | DD | 35 | 34 | 0 | D | EE | 3F | 40 |
| Octal | 147 | 153 | 335 | 65 | 64 | 0 | 15 | 356 | 77 | 100 |
| Binary | 1100111 | 1101011 | 11011101 | 110101 | 110100 | 0 | 1101 | 11101110 | 111111 | 1000000 |
Color Harmonies of #676BDD
Complementary color
Monochromatic Colors of #676BDD
Black with #676BDD
Text Example
Text Example
White with #676BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676BDD; }
p { color: rgb(103,107,221); }
H1.HeaderClassName
{
color: #676BDD;
}
.AnyTagClassName
{
color: #676BDD;
}
</style>
background-color css
<style>
a { background-color: #676BDD; }
a { background-color: rgb(103,107,221); }
div.DivClassName
{
background-color: #676BDD;
}
.BgClassName
{
background-color: #676BDD;
}
</style>
border-color css
<style>
span { border-color: #676BDD; }
span { border-color: rgb(103,107,221); }
td.TdClassName
{
border-color: #676BDD;
}
.TagClassName
{
border-color: #676BDD;
}
</style>