Shades of Slate Blue #676CDD
Tints of Slate Blue #676CDD
RGB
CMYK
RGB Variations
Color information
#676CDD (or 0x676CDD) is known color: Slate Blue. HEX triplet: 67, 6C and DD. RGB value is (103,108,221). Sum of RGB (Red+Green+Blue) = 103+108+221=432 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.84% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #676CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676CDD is #989322. Grayscale: #767676. Windows color (decimal): -9999139 or 14511207. OLE color: 14511207.
HSL color Cylindrical-coordinate representation of color #676CDD: hue angle of 237.46º 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 #676CDD is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 108 | 221 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.13 |
| HSL | 237.46º | 0.63% | 0.64% | - |
| HSV(B) | 237.46º | 0.53% | 0.87% | - |
| XYZ | 24.01 | 18.83 | 70.78 | - |
| YUV | 119.39 | 185.34 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 221 | 0.53 | 0.51 | 0 | 0.13 | 237.46 | 0.63 | 0.64 |
| Hex | 67 | 6C | DD | 35 | 33 | 0 | D | ED | 3F | 40 |
| Octal | 147 | 154 | 335 | 65 | 63 | 0 | 15 | 355 | 77 | 100 |
| Binary | 1100111 | 1101100 | 11011101 | 110101 | 110011 | 0 | 1101 | 11101101 | 111111 | 1000000 |
Color Harmonies of #676CDD
Complementary color
Monochromatic Colors of #676CDD
Black with #676CDD
Text Example
Text Example
White with #676CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676CDD; }
p { color: rgb(103,108,221); }
H1.HeaderClassName
{
color: #676CDD;
}
.AnyTagClassName
{
color: #676CDD;
}
</style>
background-color css
<style>
a { background-color: #676CDD; }
a { background-color: rgb(103,108,221); }
div.DivClassName
{
background-color: #676CDD;
}
.BgClassName
{
background-color: #676CDD;
}
</style>
border-color css
<style>
span { border-color: #676CDD; }
span { border-color: rgb(103,108,221); }
td.TdClassName
{
border-color: #676CDD;
}
.TagClassName
{
border-color: #676CDD;
}
</style>