Shades of Slate Blue #6C6DCA
Tints of Slate Blue #6C6DCA
RGB
CMYK
RGB Variations
Color information
#6C6DCA (or 0x6C6DCA) is known color: Slate Blue. HEX triplet: 6C, 6D and CA. RGB value is (108,109,202). Sum of RGB (Red+Green+Blue) = 108+109+202=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C6DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6DCA is #939235. Grayscale: #767676. Windows color (decimal): -9671222 or 13266284. OLE color: 13266284.
HSL color Cylindrical-coordinate representation of color #6C6DCA: hue angle of 239.36º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C6DCA is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 109 | 202 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.21 |
| HSL | 239.36º | 0.47% | 0.61% | - |
| HSV(B) | 239.36º | 0.47% | 0.79% | - |
| XYZ | 22.31 | 18.39 | 58.25 | - |
| YUV | 119.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 109 | 202 | 0.47 | 0.46 | 0 | 0.21 | 239.36 | 0.47 | 0.61 |
| Hex | 6C | 6D | CA | 2F | 2E | 0 | 15 | EF | 2F | 3D |
| Octal | 154 | 155 | 312 | 57 | 56 | 0 | 25 | 357 | 57 | 75 |
| Binary | 1101100 | 1101101 | 11001010 | 101111 | 101110 | 0 | 10101 | 11101111 | 101111 | 111101 |
Color Harmonies of #6C6DCA
Complementary color
Monochromatic Colors of #6C6DCA
Black with #6C6DCA
Text Example
Text Example
White with #6C6DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6DCA; }
p { color: rgb(108,109,202); }
H1.HeaderClassName
{
color: #6C6DCA;
}
.AnyTagClassName
{
color: #6C6DCA;
}
</style>
background-color css
<style>
a { background-color: #6C6DCA; }
a { background-color: rgb(108,109,202); }
div.DivClassName
{
background-color: #6C6DCA;
}
.BgClassName
{
background-color: #6C6DCA;
}
</style>
border-color css
<style>
span { border-color: #6C6DCA; }
span { border-color: rgb(108,109,202); }
td.TdClassName
{
border-color: #6C6DCA;
}
.TagClassName
{
border-color: #6C6DCA;
}
</style>