Shades of Slate Blue #676ADB
Tints of Slate Blue #676ADB
RGB
CMYK
RGB Variations
Color information
#676ADB (or 0x676ADB) is known color: Slate Blue. HEX triplet: 67, 6A and DB. RGB value is (103,106,219). Sum of RGB (Red+Green+Blue) = 103+106+219=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #676ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676ADB is #989524. Grayscale: #757575. Windows color (decimal): -9999653 or 14379623. OLE color: 14379623.
HSL color Cylindrical-coordinate representation of color #676ADB: hue angle of 238.45º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #676ADB is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 106 | 219 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.14 |
| HSL | 238.45º | 0.62% | 0.63% | - |
| HSV(B) | 238.45º | 0.53% | 0.86% | - |
| XYZ | 23.53 | 18.31 | 69.31 | - |
| YUV | 117.99 | 185.01 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 219 | 0.53 | 0.52 | 0 | 0.14 | 238.45 | 0.62 | 0.63 |
| Hex | 67 | 6A | DB | 35 | 34 | 0 | E | EE | 3E | 3F |
| Octal | 147 | 152 | 333 | 65 | 64 | 0 | 16 | 356 | 76 | 77 |
| Binary | 1100111 | 1101010 | 11011011 | 110101 | 110100 | 0 | 1110 | 11101110 | 111110 | 111111 |
Color Harmonies of #676ADB
Complementary color
Monochromatic Colors of #676ADB
Black with #676ADB
Text Example
Text Example
White with #676ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676ADB; }
p { color: rgb(103,106,219); }
H1.HeaderClassName
{
color: #676ADB;
}
.AnyTagClassName
{
color: #676ADB;
}
</style>
background-color css
<style>
a { background-color: #676ADB; }
a { background-color: rgb(103,106,219); }
div.DivClassName
{
background-color: #676ADB;
}
.BgClassName
{
background-color: #676ADB;
}
</style>
border-color css
<style>
span { border-color: #676ADB; }
span { border-color: rgb(103,106,219); }
td.TdClassName
{
border-color: #676ADB;
}
.TagClassName
{
border-color: #676ADB;
}
</style>