Shades of Slate Blue #6D54CB
Tints of Slate Blue #6D54CB
RGB
CMYK
RGB Variations
Color information
#6D54CB (or 0x6D54CB) is known color: Slate Blue. HEX triplet: 6D, 54 and CB. RGB value is (109,84,203). Sum of RGB (Red+Green+Blue) = 109+84+203=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D54CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D54CB is #92AB34. Grayscale: #686868. Windows color (decimal): -9612085 or 13325421. OLE color: 13325421.
HSL color Cylindrical-coordinate representation of color #6D54CB: hue angle of 252.61º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D54CB is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 84 | 203 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.20 |
| HSL | 252.61º | 0.53% | 0.56% | - |
| HSV(B) | 252.61º | 0.59% | 0.8% | - |
| XYZ | 20.26 | 13.9 | 58.12 | - |
| YUV | 105.04 | 183.28 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 203 | 0.46 | 0.59 | 0 | 0.20 | 252.61 | 0.53 | 0.56 |
| Hex | 6D | 54 | CB | 2E | 3B | 0 | 14 | FD | 35 | 38 |
| Octal | 155 | 124 | 313 | 56 | 73 | 0 | 24 | 375 | 65 | 70 |
| Binary | 1101101 | 1010100 | 11001011 | 101110 | 111011 | 0 | 10100 | 11111101 | 110101 | 111000 |
Color Harmonies of #6D54CB
Complementary color
Monochromatic Colors of #6D54CB
Black with #6D54CB
Text Example
Text Example
White with #6D54CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D54CB; }
p { color: rgb(109,84,203); }
H1.HeaderClassName
{
color: #6D54CB;
}
.AnyTagClassName
{
color: #6D54CB;
}
</style>
background-color css
<style>
a { background-color: #6D54CB; }
a { background-color: rgb(109,84,203); }
div.DivClassName
{
background-color: #6D54CB;
}
.BgClassName
{
background-color: #6D54CB;
}
</style>
border-color css
<style>
span { border-color: #6D54CB; }
span { border-color: rgb(109,84,203); }
td.TdClassName
{
border-color: #6D54CB;
}
.TagClassName
{
border-color: #6D54CB;
}
</style>