Shades of Slate Blue #6D67C5
Tints of Slate Blue #6D67C5
RGB
CMYK
RGB Variations
Color information
#6D67C5 (or 0x6D67C5) is known color: Slate Blue. HEX triplet: 6D, 67 and C5. RGB value is (109,103,197). Sum of RGB (Red+Green+Blue) = 109+103+197=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 197 - color contains mainly: blue. Hex color #6D67C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D67C5 is #92983A. Grayscale: #737373. Windows color (decimal): -9607227 or 12937069. OLE color: 12937069.
HSL color Cylindrical-coordinate representation of color #6D67C5: hue angle of 243.83º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D67C5 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 103 | 197 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.23 |
| HSL | 243.83º | 0.45% | 0.59% | - |
| HSV(B) | 243.83º | 0.48% | 0.77% | - |
| XYZ | 21.23 | 16.98 | 54.98 | - |
| YUV | 115.51 | 173.99 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 197 | 0.45 | 0.48 | 0 | 0.23 | 243.83 | 0.45 | 0.59 |
| Hex | 6D | 67 | C5 | 2D | 30 | 0 | 17 | F4 | 2D | 3B |
| Octal | 155 | 147 | 305 | 55 | 60 | 0 | 27 | 364 | 55 | 73 |
| Binary | 1101101 | 1100111 | 11000101 | 101101 | 110000 | 0 | 10111 | 11110100 | 101101 | 111011 |
Color Harmonies of #6D67C5
Complementary color
Monochromatic Colors of #6D67C5
Black with #6D67C5
Text Example
Text Example
White with #6D67C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D67C5; }
p { color: rgb(109,103,197); }
H1.HeaderClassName
{
color: #6D67C5;
}
.AnyTagClassName
{
color: #6D67C5;
}
</style>
background-color css
<style>
a { background-color: #6D67C5; }
a { background-color: rgb(109,103,197); }
div.DivClassName
{
background-color: #6D67C5;
}
.BgClassName
{
background-color: #6D67C5;
}
</style>
border-color css
<style>
span { border-color: #6D67C5; }
span { border-color: rgb(109,103,197); }
td.TdClassName
{
border-color: #6D67C5;
}
.TagClassName
{
border-color: #6D67C5;
}
</style>