Shades of Slate Blue #6750DB
Tints of Slate Blue #6750DB
RGB
CMYK
RGB Variations
Color information
#6750DB (or 0x6750DB) is known color: Slate Blue. HEX triplet: 67, 50 and DB. RGB value is (103,80,219). Sum of RGB (Red+Green+Blue) = 103+80+219=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #6750DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6750DB is #98AF24. Grayscale: #666666. Windows color (decimal): -10006309 or 14372967. OLE color: 14372967.
HSL color Cylindrical-coordinate representation of color #6750DB: hue angle of 249.93º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6750DB is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 80 | 219 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.14 |
| HSL | 249.93º | 0.66% | 0.59% | - |
| HSV(B) | 249.93º | 0.63% | 0.86% | - |
| XYZ | 21.25 | 13.74 | 68.55 | - |
| YUV | 102.72 | 193.62 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 219 | 0.53 | 0.63 | 0 | 0.14 | 249.93 | 0.66 | 0.59 |
| Hex | 67 | 50 | DB | 35 | 3F | 0 | E | FA | 42 | 3B |
| Octal | 147 | 120 | 333 | 65 | 77 | 0 | 16 | 372 | 102 | 73 |
| Binary | 1100111 | 1010000 | 11011011 | 110101 | 111111 | 0 | 1110 | 11111010 | 1000010 | 111011 |
Color Harmonies of #6750DB
Complementary color
Monochromatic Colors of #6750DB
Black with #6750DB
Text Example
Text Example
White with #6750DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6750DB; }
p { color: rgb(103,80,219); }
H1.HeaderClassName
{
color: #6750DB;
}
.AnyTagClassName
{
color: #6750DB;
}
</style>
background-color css
<style>
a { background-color: #6750DB; }
a { background-color: rgb(103,80,219); }
div.DivClassName
{
background-color: #6750DB;
}
.BgClassName
{
background-color: #6750DB;
}
</style>
border-color css
<style>
span { border-color: #6750DB; }
span { border-color: rgb(103,80,219); }
td.TdClassName
{
border-color: #6750DB;
}
.TagClassName
{
border-color: #6750DB;
}
</style>