Shades of Slate Blue #6D6DCA
Tints of Slate Blue #6D6DCA
RGB
CMYK
RGB Variations
Color information
#6D6DCA (or 0x6D6DCA) is known color: Slate Blue. HEX triplet: 6D, 6D and CA. RGB value is (109,109,202). Sum of RGB (Red+Green+Blue) = 109+109+202=420 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.95% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D6DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6DCA is #929235. Grayscale: #777777. Windows color (decimal): -9605686 or 13266285. OLE color: 13266285.
HSL color Cylindrical-coordinate representation of color #6D6DCA: hue angle of 240º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D6DCA is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 109 | 202 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.21 |
| HSL | 240º | 0.47% | 0.61% | - |
| HSV(B) | 240º | 0.46% | 0.79% | - |
| XYZ | 22.44 | 18.45 | 58.26 | - |
| YUV | 119.6 | 174.5 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 109 | 202 | 0.46 | 0.46 | 0 | 0.21 | 240 | 0.47 | 0.61 |
| Hex | 6D | 6D | CA | 2E | 2E | 0 | 15 | F0 | 2F | 3D |
| Octal | 155 | 155 | 312 | 56 | 56 | 0 | 25 | 360 | 57 | 75 |
| Binary | 1101101 | 1101101 | 11001010 | 101110 | 101110 | 0 | 10101 | 11110000 | 101111 | 111101 |
Color Harmonies of #6D6DCA
Complementary color
Monochromatic Colors of #6D6DCA
Black with #6D6DCA
Text Example
Text Example
White with #6D6DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6DCA; }
p { color: rgb(109,109,202); }
H1.HeaderClassName
{
color: #6D6DCA;
}
.AnyTagClassName
{
color: #6D6DCA;
}
</style>
background-color css
<style>
a { background-color: #6D6DCA; }
a { background-color: rgb(109,109,202); }
div.DivClassName
{
background-color: #6D6DCA;
}
.BgClassName
{
background-color: #6D6DCA;
}
</style>
border-color css
<style>
span { border-color: #6D6DCA; }
span { border-color: rgb(109,109,202); }
td.TdClassName
{
border-color: #6D6DCA;
}
.TagClassName
{
border-color: #6D6DCA;
}
</style>