Shades of Slate Blue #6D51CB
Tints of Slate Blue #6D51CB
RGB
CMYK
RGB Variations
Color information
#6D51CB (or 0x6D51CB) is known color: Slate Blue. HEX triplet: 6D, 51 and CB. RGB value is (109,81,203). Sum of RGB (Red+Green+Blue) = 109+81+203=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D51CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D51CB is #92AE34. Grayscale: #666666. Windows color (decimal): -9612853 or 13324653. OLE color: 13324653.
HSL color Cylindrical-coordinate representation of color #6D51CB: hue angle of 253.77º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D51CB is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 81 | 203 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.20 |
| HSL | 253.77º | 0.54% | 0.56% | - |
| HSV(B) | 253.77º | 0.6% | 0.8% | - |
| XYZ | 20.03 | 13.45 | 58.04 | - |
| YUV | 103.28 | 184.28 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 203 | 0.46 | 0.60 | 0 | 0.20 | 253.77 | 0.54 | 0.56 |
| Hex | 6D | 51 | CB | 2E | 3C | 0 | 14 | FE | 36 | 38 |
| Octal | 155 | 121 | 313 | 56 | 74 | 0 | 24 | 376 | 66 | 70 |
| Binary | 1101101 | 1010001 | 11001011 | 101110 | 111100 | 0 | 10100 | 11111110 | 110110 | 111000 |
Color Harmonies of #6D51CB
Complementary color
Monochromatic Colors of #6D51CB
Black with #6D51CB
Text Example
Text Example
White with #6D51CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D51CB; }
p { color: rgb(109,81,203); }
H1.HeaderClassName
{
color: #6D51CB;
}
.AnyTagClassName
{
color: #6D51CB;
}
</style>
background-color css
<style>
a { background-color: #6D51CB; }
a { background-color: rgb(109,81,203); }
div.DivClassName
{
background-color: #6D51CB;
}
.BgClassName
{
background-color: #6D51CB;
}
</style>
border-color css
<style>
span { border-color: #6D51CB; }
span { border-color: rgb(109,81,203); }
td.TdClassName
{
border-color: #6D51CB;
}
.TagClassName
{
border-color: #6D51CB;
}
</style>