Shades of Slate Blue #6D67C3
Tints of Slate Blue #6D67C3
RGB
CMYK
RGB Variations
Color information
#6D67C3 (or 0x6D67C3) is known color: Slate Blue. HEX triplet: 6D, 67 and C3. RGB value is (109,103,195). Sum of RGB (Red+Green+Blue) = 109+103+195=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #6D67C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D67C3 is #92983C. Grayscale: #727272. Windows color (decimal): -9607229 or 12805997. OLE color: 12805997.
HSL color Cylindrical-coordinate representation of color #6D67C3: hue angle of 243.91º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D67C3 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 103 | 195 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.24 |
| HSL | 243.91º | 0.43% | 0.58% | - |
| HSV(B) | 243.91º | 0.47% | 0.76% | - |
| XYZ | 21.01 | 16.89 | 53.78 | - |
| YUV | 115.28 | 172.99 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 195 | 0.44 | 0.47 | 0 | 0.24 | 243.91 | 0.43 | 0.58 |
| Hex | 6D | 67 | C3 | 2C | 2F | 0 | 18 | F4 | 2B | 3A |
| Octal | 155 | 147 | 303 | 54 | 57 | 0 | 30 | 364 | 53 | 72 |
| Binary | 1101101 | 1100111 | 11000011 | 101100 | 101111 | 0 | 11000 | 11110100 | 101011 | 111010 |
Color Harmonies of #6D67C3
Complementary color
Monochromatic Colors of #6D67C3
Black with #6D67C3
Text Example
Text Example
White with #6D67C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D67C3; }
p { color: rgb(109,103,195); }
H1.HeaderClassName
{
color: #6D67C3;
}
.AnyTagClassName
{
color: #6D67C3;
}
</style>
background-color css
<style>
a { background-color: #6D67C3; }
a { background-color: rgb(109,103,195); }
div.DivClassName
{
background-color: #6D67C3;
}
.BgClassName
{
background-color: #6D67C3;
}
</style>
border-color css
<style>
span { border-color: #6D67C3; }
span { border-color: rgb(109,103,195); }
td.TdClassName
{
border-color: #6D67C3;
}
.TagClassName
{
border-color: #6D67C3;
}
</style>