Shades of Slate Blue #6757DB
Tints of Slate Blue #6757DB
RGB
CMYK
RGB Variations
Color information
#6757DB (or 0x6757DB) is known color: Slate Blue. HEX triplet: 67, 57 and DB. RGB value is (103,87,219). Sum of RGB (Red+Green+Blue) = 103+87+219=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #6757DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6757DB is #98A824. Grayscale: #6A6A6A. Windows color (decimal): -10004517 or 14374759. OLE color: 14374759.
HSL color Cylindrical-coordinate representation of color #6757DB: hue angle of 247.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6757DB is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 87 | 219 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.14 |
| HSL | 247.27º | 0.65% | 0.6% | - |
| HSV(B) | 247.27º | 0.6% | 0.86% | - |
| XYZ | 21.79 | 14.81 | 68.73 | - |
| YUV | 106.83 | 191.3 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 219 | 0.53 | 0.60 | 0 | 0.14 | 247.27 | 0.65 | 0.6 |
| Hex | 67 | 57 | DB | 35 | 3C | 0 | E | F7 | 41 | 3C |
| Octal | 147 | 127 | 333 | 65 | 74 | 0 | 16 | 367 | 101 | 74 |
| Binary | 1100111 | 1010111 | 11011011 | 110101 | 111100 | 0 | 1110 | 11110111 | 1000001 | 111100 |
Color Harmonies of #6757DB
Complementary color
Monochromatic Colors of #6757DB
Black with #6757DB
Text Example
Text Example
White with #6757DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6757DB; }
p { color: rgb(103,87,219); }
H1.HeaderClassName
{
color: #6757DB;
}
.AnyTagClassName
{
color: #6757DB;
}
</style>
background-color css
<style>
a { background-color: #6757DB; }
a { background-color: rgb(103,87,219); }
div.DivClassName
{
background-color: #6757DB;
}
.BgClassName
{
background-color: #6757DB;
}
</style>
border-color css
<style>
span { border-color: #6757DB; }
span { border-color: rgb(103,87,219); }
td.TdClassName
{
border-color: #6757DB;
}
.TagClassName
{
border-color: #6757DB;
}
</style>