Shades of Slate Blue #6D6BCB
Tints of Slate Blue #6D6BCB
RGB
CMYK
RGB Variations
Color information
#6D6BCB (or 0x6D6BCB) is known color: Slate Blue. HEX triplet: 6D, 6B and CB. RGB value is (109,107,203). Sum of RGB (Red+Green+Blue) = 109+107+203=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D6BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6BCB is #929434. Grayscale: #767676. Windows color (decimal): -9606197 or 13331309. OLE color: 13331309.
HSL color Cylindrical-coordinate representation of color #6D6BCB: hue angle of 241.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D6BCB is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 107 | 203 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.20 |
| HSL | 241.25º | 0.48% | 0.61% | - |
| HSV(B) | 241.25º | 0.47% | 0.8% | - |
| XYZ | 22.34 | 18.08 | 58.81 | - |
| YUV | 118.54 | 175.66 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 203 | 0.46 | 0.47 | 0 | 0.20 | 241.25 | 0.48 | 0.61 |
| Hex | 6D | 6B | CB | 2E | 2F | 0 | 14 | F1 | 30 | 3D |
| Octal | 155 | 153 | 313 | 56 | 57 | 0 | 24 | 361 | 60 | 75 |
| Binary | 1101101 | 1101011 | 11001011 | 101110 | 101111 | 0 | 10100 | 11110001 | 110000 | 111101 |
Color Harmonies of #6D6BCB
Complementary color
Monochromatic Colors of #6D6BCB
Black with #6D6BCB
Text Example
Text Example
White with #6D6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6BCB; }
p { color: rgb(109,107,203); }
H1.HeaderClassName
{
color: #6D6BCB;
}
.AnyTagClassName
{
color: #6D6BCB;
}
</style>
background-color css
<style>
a { background-color: #6D6BCB; }
a { background-color: rgb(109,107,203); }
div.DivClassName
{
background-color: #6D6BCB;
}
.BgClassName
{
background-color: #6D6BCB;
}
</style>
border-color css
<style>
span { border-color: #6D6BCB; }
span { border-color: rgb(109,107,203); }
td.TdClassName
{
border-color: #6D6BCB;
}
.TagClassName
{
border-color: #6D6BCB;
}
</style>