Shades of Slate Blue #6D4BC7
Tints of Slate Blue #6D4BC7
RGB
CMYK
RGB Variations
Color information
#6D4BC7 (or 0x6D4BC7) is known color: Slate Blue. HEX triplet: 6D, 4B and C7. RGB value is (109,75,199). Sum of RGB (Red+Green+Blue) = 109+75+199=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 199 (78.12% from 255 or 51.96% from 383); Max value from RGB is 199 - color contains mainly: blue. Hex color #6D4BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4BC7 is #92B438. Grayscale: #626262. Windows color (decimal): -9614393 or 13060973. OLE color: 13060973.
HSL color Cylindrical-coordinate representation of color #6D4BC7: hue angle of 256.45º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D4BC7 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 75 | 199 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.22 |
| HSL | 256.45º | 0.53% | 0.54% | - |
| HSV(B) | 256.45º | 0.62% | 0.78% | - |
| XYZ | 19.13 | 12.41 | 55.42 | - |
| YUV | 99.3 | 184.26 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 199 | 0.45 | 0.62 | 0 | 0.22 | 256.45 | 0.53 | 0.54 |
| Hex | 6D | 4B | C7 | 2D | 3E | 0 | 16 | 100 | 35 | 36 |
| Octal | 155 | 113 | 307 | 55 | 76 | 0 | 26 | 400 | 65 | 66 |
| Binary | 1101101 | 1001011 | 11000111 | 101101 | 111110 | 0 | 10110 | 100000000 | 110101 | 110110 |
Color Harmonies of #6D4BC7
Complementary color
Monochromatic Colors of #6D4BC7
Black with #6D4BC7
Text Example
Text Example
White with #6D4BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4BC7; }
p { color: rgb(109,75,199); }
H1.HeaderClassName
{
color: #6D4BC7;
}
.AnyTagClassName
{
color: #6D4BC7;
}
</style>
background-color css
<style>
a { background-color: #6D4BC7; }
a { background-color: rgb(109,75,199); }
div.DivClassName
{
background-color: #6D4BC7;
}
.BgClassName
{
background-color: #6D4BC7;
}
</style>
border-color css
<style>
span { border-color: #6D4BC7; }
span { border-color: rgb(109,75,199); }
td.TdClassName
{
border-color: #6D4BC7;
}
.TagClassName
{
border-color: #6D4BC7;
}
</style>