Shades of Slate Blue #6754DB
Tints of Slate Blue #6754DB
RGB
CMYK
RGB Variations
Color information
#6754DB (or 0x6754DB) is known color: Slate Blue. HEX triplet: 67, 54 and DB. RGB value is (103,84,219). Sum of RGB (Red+Green+Blue) = 103+84+219=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #6754DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6754DB is #98AB24. Grayscale: #686868. Windows color (decimal): -10005285 or 14373991. OLE color: 14373991.
HSL color Cylindrical-coordinate representation of color #6754DB: hue angle of 248.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6754DB is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 84 | 219 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.14 |
| HSL | 248.44º | 0.65% | 0.59% | - |
| HSV(B) | 248.44º | 0.62% | 0.86% | - |
| XYZ | 21.55 | 14.34 | 68.65 | - |
| YUV | 105.07 | 192.29 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 84 | 219 | 0.53 | 0.62 | 0 | 0.14 | 248.44 | 0.65 | 0.59 |
| Hex | 67 | 54 | DB | 35 | 3E | 0 | E | F8 | 41 | 3B |
| Octal | 147 | 124 | 333 | 65 | 76 | 0 | 16 | 370 | 101 | 73 |
| Binary | 1100111 | 1010100 | 11011011 | 110101 | 111110 | 0 | 1110 | 11111000 | 1000001 | 111011 |
Color Harmonies of #6754DB
Complementary color
Monochromatic Colors of #6754DB
Black with #6754DB
Text Example
Text Example
White with #6754DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6754DB; }
p { color: rgb(103,84,219); }
H1.HeaderClassName
{
color: #6754DB;
}
.AnyTagClassName
{
color: #6754DB;
}
</style>
background-color css
<style>
a { background-color: #6754DB; }
a { background-color: rgb(103,84,219); }
div.DivClassName
{
background-color: #6754DB;
}
.BgClassName
{
background-color: #6754DB;
}
</style>
border-color css
<style>
span { border-color: #6754DB; }
span { border-color: rgb(103,84,219); }
td.TdClassName
{
border-color: #6754DB;
}
.TagClassName
{
border-color: #6754DB;
}
</style>