Shades of Slate Blue #6758E1
Tints of Slate Blue #6758E1
RGB
CMYK
RGB Variations
Color information
#6758E1 (or 0x6758E1) is known color: Slate Blue. HEX triplet: 67, 58 and E1. RGB value is (103,88,225). Sum of RGB (Red+Green+Blue) = 103+88+225=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #6758E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6758E1 is #98A71E. Grayscale: #6B6B6B. Windows color (decimal): -10004255 or 14768231. OLE color: 14768231.
HSL color Cylindrical-coordinate representation of color #6758E1: hue angle of 246.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6758E1 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 88 | 225 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.12 |
| HSL | 246.57º | 0.7% | 0.61% | - |
| HSV(B) | 246.57º | 0.61% | 0.88% | - |
| XYZ | 22.67 | 15.3 | 72.99 | - |
| YUV | 108.1 | 193.97 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 225 | 0.54 | 0.61 | 0 | 0.12 | 246.57 | 0.7 | 0.61 |
| Hex | 67 | 58 | E1 | 36 | 3D | 0 | C | F7 | 46 | 3D |
| Octal | 147 | 130 | 341 | 66 | 75 | 0 | 14 | 367 | 106 | 75 |
| Binary | 1100111 | 1011000 | 11100001 | 110110 | 111101 | 0 | 1100 | 11110111 | 1000110 | 111101 |
Color Harmonies of #6758E1
Complementary color
Monochromatic Colors of #6758E1
Black with #6758E1
Text Example
Text Example
White with #6758E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6758E1; }
p { color: rgb(103,88,225); }
H1.HeaderClassName
{
color: #6758E1;
}
.AnyTagClassName
{
color: #6758E1;
}
</style>
background-color css
<style>
a { background-color: #6758E1; }
a { background-color: rgb(103,88,225); }
div.DivClassName
{
background-color: #6758E1;
}
.BgClassName
{
background-color: #6758E1;
}
</style>
border-color css
<style>
span { border-color: #6758E1; }
span { border-color: rgb(103,88,225); }
td.TdClassName
{
border-color: #6758E1;
}
.TagClassName
{
border-color: #6758E1;
}
</style>