Shades of Slate Blue #676ADD
Tints of Slate Blue #676ADD
RGB
CMYK
RGB Variations
Color information
#676ADD (or 0x676ADD) is known color: Slate Blue. HEX triplet: 67, 6A and DD. RGB value is (103,106,221). Sum of RGB (Red+Green+Blue) = 103+106+221=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #676ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ADD is #989522. Grayscale: #757575. Windows color (decimal): -9999651 or 14510695. OLE color: 14510695.
HSL color Cylindrical-coordinate representation of color #676ADD: hue angle of 238.47º 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 #676ADD is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 106 | 221 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.13 |
| HSL | 238.47º | 0.63% | 0.64% | - |
| HSV(B) | 238.47º | 0.53% | 0.87% | - |
| XYZ | 23.8 | 18.41 | 70.71 | - |
| YUV | 118.21 | 186.01 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 221 | 0.53 | 0.52 | 0 | 0.13 | 238.47 | 0.63 | 0.64 |
| Hex | 67 | 6A | DD | 35 | 34 | 0 | D | EE | 3F | 40 |
| Octal | 147 | 152 | 335 | 65 | 64 | 0 | 15 | 356 | 77 | 100 |
| Binary | 1100111 | 1101010 | 11011101 | 110101 | 110100 | 0 | 1101 | 11101110 | 111111 | 1000000 |
Color Harmonies of #676ADD
Complementary color
Monochromatic Colors of #676ADD
Black with #676ADD
Text Example
Text Example
White with #676ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676ADD; }
p { color: rgb(103,106,221); }
H1.HeaderClassName
{
color: #676ADD;
}
.AnyTagClassName
{
color: #676ADD;
}
</style>
background-color css
<style>
a { background-color: #676ADD; }
a { background-color: rgb(103,106,221); }
div.DivClassName
{
background-color: #676ADD;
}
.BgClassName
{
background-color: #676ADD;
}
</style>
border-color css
<style>
span { border-color: #676ADD; }
span { border-color: rgb(103,106,221); }
td.TdClassName
{
border-color: #676ADD;
}
.TagClassName
{
border-color: #676ADD;
}
</style>