Shades of Slate Blue #676DDB
Tints of Slate Blue #676DDB
RGB
CMYK
RGB Variations
Color information
#676DDB (or 0x676DDB) is known color: Slate Blue. HEX triplet: 67, 6D and DB. RGB value is (103,109,219). Sum of RGB (Red+Green+Blue) = 103+109+219=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #676DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676DDB is #989224. Grayscale: #777777. Windows color (decimal): -9998885 or 14380391. OLE color: 14380391.
HSL color Cylindrical-coordinate representation of color #676DDB: hue angle of 236.9º 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 #676DDB is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 109 | 219 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.14 |
| HSL | 236.9º | 0.62% | 0.63% | - |
| HSV(B) | 236.9º | 0.53% | 0.86% | - |
| XYZ | 23.85 | 18.94 | 69.42 | - |
| YUV | 119.75 | 184.01 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 219 | 0.53 | 0.50 | 0 | 0.14 | 236.9 | 0.62 | 0.63 |
| Hex | 67 | 6D | DB | 35 | 32 | 0 | E | ED | 3E | 3F |
| Octal | 147 | 155 | 333 | 65 | 62 | 0 | 16 | 355 | 76 | 77 |
| Binary | 1100111 | 1101101 | 11011011 | 110101 | 110010 | 0 | 1110 | 11101101 | 111110 | 111111 |
Color Harmonies of #676DDB
Complementary color
Monochromatic Colors of #676DDB
Black with #676DDB
Text Example
Text Example
White with #676DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676DDB; }
p { color: rgb(103,109,219); }
H1.HeaderClassName
{
color: #676DDB;
}
.AnyTagClassName
{
color: #676DDB;
}
</style>
background-color css
<style>
a { background-color: #676DDB; }
a { background-color: rgb(103,109,219); }
div.DivClassName
{
background-color: #676DDB;
}
.BgClassName
{
background-color: #676DDB;
}
</style>
border-color css
<style>
span { border-color: #676DDB; }
span { border-color: rgb(103,109,219); }
td.TdClassName
{
border-color: #676DDB;
}
.TagClassName
{
border-color: #676DDB;
}
</style>