Shades of Slate Blue #676CDB
Tints of Slate Blue #676CDB
RGB
CMYK
RGB Variations
Color information
#676CDB (or 0x676CDB) is known color: Slate Blue. HEX triplet: 67, 6C and DB. RGB value is (103,108,219). Sum of RGB (Red+Green+Blue) = 103+108+219=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #676CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676CDB is #989324. Grayscale: #767676. Windows color (decimal): -9999141 or 14380135. OLE color: 14380135.
HSL color Cylindrical-coordinate representation of color #676CDB: hue angle of 237.41º 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 #676CDB is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 108 | 219 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.14 |
| HSL | 237.41º | 0.62% | 0.63% | - |
| HSV(B) | 237.41º | 0.53% | 0.86% | - |
| XYZ | 23.74 | 18.72 | 69.38 | - |
| YUV | 119.16 | 184.34 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 219 | 0.53 | 0.51 | 0 | 0.14 | 237.41 | 0.62 | 0.63 |
| Hex | 67 | 6C | DB | 35 | 33 | 0 | E | ED | 3E | 3F |
| Octal | 147 | 154 | 333 | 65 | 63 | 0 | 16 | 355 | 76 | 77 |
| Binary | 1100111 | 1101100 | 11011011 | 110101 | 110011 | 0 | 1110 | 11101101 | 111110 | 111111 |
Color Harmonies of #676CDB
Complementary color
Monochromatic Colors of #676CDB
Black with #676CDB
Text Example
Text Example
White with #676CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676CDB; }
p { color: rgb(103,108,219); }
H1.HeaderClassName
{
color: #676CDB;
}
.AnyTagClassName
{
color: #676CDB;
}
</style>
background-color css
<style>
a { background-color: #676CDB; }
a { background-color: rgb(103,108,219); }
div.DivClassName
{
background-color: #676CDB;
}
.BgClassName
{
background-color: #676CDB;
}
</style>
border-color css
<style>
span { border-color: #676CDB; }
span { border-color: rgb(103,108,219); }
td.TdClassName
{
border-color: #676CDB;
}
.TagClassName
{
border-color: #676CDB;
}
</style>