Shades of Slate Blue #674FDB
Tints of Slate Blue #674FDB
RGB
CMYK
RGB Variations
Color information
#674FDB (or 0x674FDB) is known color: Slate Blue. HEX triplet: 67, 4F and DB. RGB value is (103,79,219). Sum of RGB (Red+Green+Blue) = 103+79+219=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #674FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674FDB is #98B024. Grayscale: #656565. Windows color (decimal): -10006565 or 14372711. OLE color: 14372711.
HSL color Cylindrical-coordinate representation of color #674FDB: hue angle of 250.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #674FDB is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 79 | 219 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.14 |
| HSL | 250.29º | 0.66% | 0.58% | - |
| HSV(B) | 250.29º | 0.64% | 0.86% | - |
| XYZ | 21.18 | 13.59 | 68.52 | - |
| YUV | 102.14 | 193.95 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 219 | 0.53 | 0.64 | 0 | 0.14 | 250.29 | 0.66 | 0.58 |
| Hex | 67 | 4F | DB | 35 | 40 | 0 | E | FA | 42 | 3A |
| Octal | 147 | 117 | 333 | 65 | 100 | 0 | 16 | 372 | 102 | 72 |
| Binary | 1100111 | 1001111 | 11011011 | 110101 | 1000000 | 0 | 1110 | 11111010 | 1000010 | 111010 |
Color Harmonies of #674FDB
Complementary color
Monochromatic Colors of #674FDB
Black with #674FDB
Text Example
Text Example
White with #674FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674FDB; }
p { color: rgb(103,79,219); }
H1.HeaderClassName
{
color: #674FDB;
}
.AnyTagClassName
{
color: #674FDB;
}
</style>
background-color css
<style>
a { background-color: #674FDB; }
a { background-color: rgb(103,79,219); }
div.DivClassName
{
background-color: #674FDB;
}
.BgClassName
{
background-color: #674FDB;
}
</style>
border-color css
<style>
span { border-color: #674FDB; }
span { border-color: rgb(103,79,219); }
td.TdClassName
{
border-color: #674FDB;
}
.TagClassName
{
border-color: #674FDB;
}
</style>