Shades of Slate Blue #6758D8
Tints of Slate Blue #6758D8
RGB
CMYK
RGB Variations
Color information
#6758D8 (or 0x6758D8) is known color: Slate Blue. HEX triplet: 67, 58 and D8. RGB value is (103,88,216). Sum of RGB (Red+Green+Blue) = 103+88+216=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #6758D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6758D8 is #98A727. Grayscale: #6A6A6A. Windows color (decimal): -10004264 or 14178407. OLE color: 14178407.
HSL color Cylindrical-coordinate representation of color #6758D8: hue angle of 247.03º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6758D8 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 88 | 216 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.15 |
| HSL | 247.03º | 0.62% | 0.6% | - |
| HSV(B) | 247.03º | 0.59% | 0.85% | - |
| XYZ | 21.48 | 14.82 | 66.69 | - |
| YUV | 107.08 | 189.47 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 216 | 0.52 | 0.59 | 0 | 0.15 | 247.03 | 0.62 | 0.6 |
| Hex | 67 | 58 | D8 | 34 | 3B | 0 | F | F7 | 3E | 3C |
| Octal | 147 | 130 | 330 | 64 | 73 | 0 | 17 | 367 | 76 | 74 |
| Binary | 1100111 | 1011000 | 11011000 | 110100 | 111011 | 0 | 1111 | 11110111 | 111110 | 111100 |
Color Harmonies of #6758D8
Complementary color
Monochromatic Colors of #6758D8
Black with #6758D8
Text Example
Text Example
White with #6758D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6758D8; }
p { color: rgb(103,88,216); }
H1.HeaderClassName
{
color: #6758D8;
}
.AnyTagClassName
{
color: #6758D8;
}
</style>
background-color css
<style>
a { background-color: #6758D8; }
a { background-color: rgb(103,88,216); }
div.DivClassName
{
background-color: #6758D8;
}
.BgClassName
{
background-color: #6758D8;
}
</style>
border-color css
<style>
span { border-color: #6758D8; }
span { border-color: rgb(103,88,216); }
td.TdClassName
{
border-color: #6758D8;
}
.TagClassName
{
border-color: #6758D8;
}
</style>