Shades of Slate Blue #6D5FCB
Tints of Slate Blue #6D5FCB
RGB
CMYK
RGB Variations
Color information
#6D5FCB (or 0x6D5FCB) is known color: Slate Blue. HEX triplet: 6D, 5F and CB. RGB value is (109,95,203). Sum of RGB (Red+Green+Blue) = 109+95+203=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D5FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5FCB is #92A034. Grayscale: #6F6F6F. Windows color (decimal): -9609269 or 13328237. OLE color: 13328237.
HSL color Cylindrical-coordinate representation of color #6D5FCB: hue angle of 247.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D5FCB is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 95 | 203 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.20 |
| HSL | 247.78º | 0.51% | 0.58% | - |
| HSV(B) | 247.78º | 0.53% | 0.8% | - |
| XYZ | 21.18 | 15.75 | 58.42 | - |
| YUV | 111.5 | 179.64 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 95 | 203 | 0.46 | 0.53 | 0 | 0.20 | 247.78 | 0.51 | 0.58 |
| Hex | 6D | 5F | CB | 2E | 35 | 0 | 14 | F8 | 33 | 3A |
| Octal | 155 | 137 | 313 | 56 | 65 | 0 | 24 | 370 | 63 | 72 |
| Binary | 1101101 | 1011111 | 11001011 | 101110 | 110101 | 0 | 10100 | 11111000 | 110011 | 111010 |
Color Harmonies of #6D5FCB
Complementary color
Monochromatic Colors of #6D5FCB
Black with #6D5FCB
Text Example
Text Example
White with #6D5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5FCB; }
p { color: rgb(109,95,203); }
H1.HeaderClassName
{
color: #6D5FCB;
}
.AnyTagClassName
{
color: #6D5FCB;
}
</style>
background-color css
<style>
a { background-color: #6D5FCB; }
a { background-color: rgb(109,95,203); }
div.DivClassName
{
background-color: #6D5FCB;
}
.BgClassName
{
background-color: #6D5FCB;
}
</style>
border-color css
<style>
span { border-color: #6D5FCB; }
span { border-color: rgb(109,95,203); }
td.TdClassName
{
border-color: #6D5FCB;
}
.TagClassName
{
border-color: #6D5FCB;
}
</style>