Shades of Slate Blue #6758C1
Tints of Slate Blue #6758C1
RGB
CMYK
RGB Variations
Color information
#6758C1 (or 0x6758C1) is known color: Slate Blue. HEX triplet: 67, 58 and C1. RGB value is (103,88,193). Sum of RGB (Red+Green+Blue) = 103+88+193=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #6758C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6758C1 is #98A73E. Grayscale: #686868. Windows color (decimal): -10004287 or 12671079. OLE color: 12671079.
HSL color Cylindrical-coordinate representation of color #6758C1: hue angle of 248.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6758C1 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 88 | 193 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.24 |
| HSL | 248.57º | 0.46% | 0.55% | - |
| HSV(B) | 248.57º | 0.54% | 0.76% | - |
| XYZ | 18.71 | 13.71 | 52.11 | - |
| YUV | 104.46 | 177.97 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 193 | 0.47 | 0.54 | 0 | 0.24 | 248.57 | 0.46 | 0.55 |
| Hex | 67 | 58 | C1 | 2F | 36 | 0 | 18 | F9 | 2E | 37 |
| Octal | 147 | 130 | 301 | 57 | 66 | 0 | 30 | 371 | 56 | 67 |
| Binary | 1100111 | 1011000 | 11000001 | 101111 | 110110 | 0 | 11000 | 11111001 | 101110 | 110111 |
Color Harmonies of #6758C1
Complementary color
Monochromatic Colors of #6758C1
Black with #6758C1
Text Example
Text Example
White with #6758C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6758C1; }
p { color: rgb(103,88,193); }
H1.HeaderClassName
{
color: #6758C1;
}
.AnyTagClassName
{
color: #6758C1;
}
</style>
background-color css
<style>
a { background-color: #6758C1; }
a { background-color: rgb(103,88,193); }
div.DivClassName
{
background-color: #6758C1;
}
.BgClassName
{
background-color: #6758C1;
}
</style>
border-color css
<style>
span { border-color: #6758C1; }
span { border-color: rgb(103,88,193); }
td.TdClassName
{
border-color: #6758C1;
}
.TagClassName
{
border-color: #6758C1;
}
</style>