Shades of Slate Blue #6758D5
Tints of Slate Blue #6758D5
RGB
CMYK
RGB Variations
Color information
#6758D5 (or 0x6758D5) is known color: Slate Blue. HEX triplet: 67, 58 and D5. RGB value is (103,88,213). Sum of RGB (Red+Green+Blue) = 103+88+213=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #6758D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6758D5 is #98A72A. Grayscale: #6A6A6A. Windows color (decimal): -10004267 or 13981799. OLE color: 13981799.
HSL color Cylindrical-coordinate representation of color #6758D5: hue angle of 247.2º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6758D5 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 88 | 213 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.16 |
| HSL | 247.2º | 0.6% | 0.59% | - |
| HSV(B) | 247.2º | 0.59% | 0.84% | - |
| XYZ | 21.09 | 14.67 | 64.67 | - |
| YUV | 106.74 | 187.97 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 213 | 0.52 | 0.59 | 0 | 0.16 | 247.2 | 0.6 | 0.59 |
| Hex | 67 | 58 | D5 | 34 | 3B | 0 | 10 | F7 | 3C | 3B |
| Octal | 147 | 130 | 325 | 64 | 73 | 0 | 20 | 367 | 74 | 73 |
| Binary | 1100111 | 1011000 | 11010101 | 110100 | 111011 | 0 | 10000 | 11110111 | 111100 | 111011 |
Color Harmonies of #6758D5
Complementary color
Monochromatic Colors of #6758D5
Black with #6758D5
Text Example
Text Example
White with #6758D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6758D5; }
p { color: rgb(103,88,213); }
H1.HeaderClassName
{
color: #6758D5;
}
.AnyTagClassName
{
color: #6758D5;
}
</style>
background-color css
<style>
a { background-color: #6758D5; }
a { background-color: rgb(103,88,213); }
div.DivClassName
{
background-color: #6758D5;
}
.BgClassName
{
background-color: #6758D5;
}
</style>
border-color css
<style>
span { border-color: #6758D5; }
span { border-color: rgb(103,88,213); }
td.TdClassName
{
border-color: #6758D5;
}
.TagClassName
{
border-color: #6758D5;
}
</style>