Shades of Slate Blue #674BDB
Tints of Slate Blue #674BDB
RGB
CMYK
RGB Variations
Color information
#674BDB (or 0x674BDB) is known color: Slate Blue. HEX triplet: 67, 4B and DB. RGB value is (103,75,219). Sum of RGB (Red+Green+Blue) = 103+75+219=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #674BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BDB is #98B424. Grayscale: #636363. Windows color (decimal): -10007589 or 14371687. OLE color: 14371687.
HSL color Cylindrical-coordinate representation of color #674BDB: hue angle of 251.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #674BDB is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 75 | 219 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.14 |
| HSL | 251.67º | 0.67% | 0.58% | - |
| HSV(B) | 251.67º | 0.66% | 0.86% | - |
| XYZ | 20.9 | 13.03 | 68.43 | - |
| YUV | 99.79 | 195.28 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 219 | 0.53 | 0.66 | 0 | 0.14 | 251.67 | 0.67 | 0.58 |
| Hex | 67 | 4B | DB | 35 | 42 | 0 | E | FC | 43 | 3A |
| Octal | 147 | 113 | 333 | 65 | 102 | 0 | 16 | 374 | 103 | 72 |
| Binary | 1100111 | 1001011 | 11011011 | 110101 | 1000010 | 0 | 1110 | 11111100 | 1000011 | 111010 |
Color Harmonies of #674BDB
Complementary color
Monochromatic Colors of #674BDB
Black with #674BDB
Text Example
Text Example
White with #674BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674BDB; }
p { color: rgb(103,75,219); }
H1.HeaderClassName
{
color: #674BDB;
}
.AnyTagClassName
{
color: #674BDB;
}
</style>
background-color css
<style>
a { background-color: #674BDB; }
a { background-color: rgb(103,75,219); }
div.DivClassName
{
background-color: #674BDB;
}
.BgClassName
{
background-color: #674BDB;
}
</style>
border-color css
<style>
span { border-color: #674BDB; }
span { border-color: rgb(103,75,219); }
td.TdClassName
{
border-color: #674BDB;
}
.TagClassName
{
border-color: #674BDB;
}
</style>