Shades of Slate Blue #6D4FCB
Tints of Slate Blue #6D4FCB
RGB
CMYK
RGB Variations
Color information
#6D4FCB (or 0x6D4FCB) is known color: Slate Blue. HEX triplet: 6D, 4F and CB. RGB value is (109,79,203). Sum of RGB (Red+Green+Blue) = 109+79+203=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D4FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4FCB is #92B034. Grayscale: #656565. Windows color (decimal): -9613365 or 13324141. OLE color: 13324141.
HSL color Cylindrical-coordinate representation of color #6D4FCB: hue angle of 254.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D4FCB is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 79 | 203 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.20 |
| HSL | 254.52º | 0.54% | 0.55% | - |
| HSV(B) | 254.52º | 0.61% | 0.8% | - |
| XYZ | 19.88 | 13.15 | 57.99 | - |
| YUV | 102.11 | 184.94 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 203 | 0.46 | 0.61 | 0 | 0.20 | 254.52 | 0.54 | 0.55 |
| Hex | 6D | 4F | CB | 2E | 3D | 0 | 14 | FF | 36 | 37 |
| Octal | 155 | 117 | 313 | 56 | 75 | 0 | 24 | 377 | 66 | 67 |
| Binary | 1101101 | 1001111 | 11001011 | 101110 | 111101 | 0 | 10100 | 11111111 | 110110 | 110111 |
Color Harmonies of #6D4FCB
Complementary color
Monochromatic Colors of #6D4FCB
Black with #6D4FCB
Text Example
Text Example
White with #6D4FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4FCB; }
p { color: rgb(109,79,203); }
H1.HeaderClassName
{
color: #6D4FCB;
}
.AnyTagClassName
{
color: #6D4FCB;
}
</style>
background-color css
<style>
a { background-color: #6D4FCB; }
a { background-color: rgb(109,79,203); }
div.DivClassName
{
background-color: #6D4FCB;
}
.BgClassName
{
background-color: #6D4FCB;
}
</style>
border-color css
<style>
span { border-color: #6D4FCB; }
span { border-color: rgb(109,79,203); }
td.TdClassName
{
border-color: #6D4FCB;
}
.TagClassName
{
border-color: #6D4FCB;
}
</style>