Shades of Slate Blue #6C6BCA
Tints of Slate Blue #6C6BCA
RGB
CMYK
RGB Variations
Color information
#6C6BCA (or 0x6C6BCA) is known color: Slate Blue. HEX triplet: 6C, 6B and CA. RGB value is (108,107,202). Sum of RGB (Red+Green+Blue) = 108+107+202=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C6BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6BCA is #939435. Grayscale: #757575. Windows color (decimal): -9671734 or 13265772. OLE color: 13265772.
HSL color Cylindrical-coordinate representation of color #6C6BCA: hue angle of 240.63º 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 #6C6BCA is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 107 | 202 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.21 |
| HSL | 240.63º | 0.47% | 0.61% | - |
| HSV(B) | 240.63º | 0.47% | 0.79% | - |
| XYZ | 22.1 | 17.97 | 58.18 | - |
| YUV | 118.13 | 175.33 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 107 | 202 | 0.47 | 0.47 | 0 | 0.21 | 240.63 | 0.47 | 0.61 |
| Hex | 6C | 6B | CA | 2F | 2F | 0 | 15 | F1 | 2F | 3D |
| Octal | 154 | 153 | 312 | 57 | 57 | 0 | 25 | 361 | 57 | 75 |
| Binary | 1101100 | 1101011 | 11001010 | 101111 | 101111 | 0 | 10101 | 11110001 | 101111 | 111101 |
Color Harmonies of #6C6BCA
Complementary color
Monochromatic Colors of #6C6BCA
Black with #6C6BCA
Text Example
Text Example
White with #6C6BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6BCA; }
p { color: rgb(108,107,202); }
H1.HeaderClassName
{
color: #6C6BCA;
}
.AnyTagClassName
{
color: #6C6BCA;
}
</style>
background-color css
<style>
a { background-color: #6C6BCA; }
a { background-color: rgb(108,107,202); }
div.DivClassName
{
background-color: #6C6BCA;
}
.BgClassName
{
background-color: #6C6BCA;
}
</style>
border-color css
<style>
span { border-color: #6C6BCA; }
span { border-color: rgb(108,107,202); }
td.TdClassName
{
border-color: #6C6BCA;
}
.TagClassName
{
border-color: #6C6BCA;
}
</style>