Shades of Slate Blue #6D6DCB
Tints of Slate Blue #6D6DCB
RGB
CMYK
RGB Variations
Color information
#6D6DCB (or 0x6D6DCB) is known color: Slate Blue. HEX triplet: 6D, 6D and CB. RGB value is (109,109,203). Sum of RGB (Red+Green+Blue) = 109+109+203=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D6DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6DCB is #929234. Grayscale: #777777. Windows color (decimal): -9605685 or 13331821. OLE color: 13331821.
HSL color Cylindrical-coordinate representation of color #6D6DCB: hue angle of 240º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D6DCB is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 109 | 203 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.20 |
| HSL | 240º | 0.47% | 0.61% | - |
| HSV(B) | 240º | 0.46% | 0.8% | - |
| XYZ | 22.55 | 18.5 | 58.88 | - |
| YUV | 119.72 | 175 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 109 | 203 | 0.46 | 0.46 | 0 | 0.20 | 240 | 0.47 | 0.61 |
| Hex | 6D | 6D | CB | 2E | 2E | 0 | 14 | F0 | 2F | 3D |
| Octal | 155 | 155 | 313 | 56 | 56 | 0 | 24 | 360 | 57 | 75 |
| Binary | 1101101 | 1101101 | 11001011 | 101110 | 101110 | 0 | 10100 | 11110000 | 101111 | 111101 |
Color Harmonies of #6D6DCB
Complementary color
Monochromatic Colors of #6D6DCB
Black with #6D6DCB
Text Example
Text Example
White with #6D6DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6DCB; }
p { color: rgb(109,109,203); }
H1.HeaderClassName
{
color: #6D6DCB;
}
.AnyTagClassName
{
color: #6D6DCB;
}
</style>
background-color css
<style>
a { background-color: #6D6DCB; }
a { background-color: rgb(109,109,203); }
div.DivClassName
{
background-color: #6D6DCB;
}
.BgClassName
{
background-color: #6D6DCB;
}
</style>
border-color css
<style>
span { border-color: #6D6DCB; }
span { border-color: rgb(109,109,203); }
td.TdClassName
{
border-color: #6D6DCB;
}
.TagClassName
{
border-color: #6D6DCB;
}
</style>