Shades of Slate Blue #6C62C6
Tints of Slate Blue #6C62C6
RGB
CMYK
RGB Variations
Color information
#6C62C6 (or 0x6C62C6) is known color: Slate Blue. HEX triplet: 6C, 62 and C6. RGB value is (108,98,198). Sum of RGB (Red+Green+Blue) = 108+98+198=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #6C62C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C62C6 is #939D39. Grayscale: #707070. Windows color (decimal): -9674042 or 13001324. OLE color: 13001324.
HSL color Cylindrical-coordinate representation of color #6C62C6: hue angle of 246º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C62C6 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 98 | 198 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.22 |
| HSL | 246º | 0.47% | 0.58% | - |
| HSV(B) | 246º | 0.51% | 0.78% | - |
| XYZ | 20.75 | 16 | 55.42 | - |
| YUV | 112.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 98 | 198 | 0.45 | 0.51 | 0 | 0.22 | 246 | 0.47 | 0.58 |
| Hex | 6C | 62 | C6 | 2D | 33 | 0 | 16 | F6 | 2F | 3A |
| Octal | 154 | 142 | 306 | 55 | 63 | 0 | 26 | 366 | 57 | 72 |
| Binary | 1101100 | 1100010 | 11000110 | 101101 | 110011 | 0 | 10110 | 11110110 | 101111 | 111010 |
Color Harmonies of #6C62C6
Complementary color
Monochromatic Colors of #6C62C6
Black with #6C62C6
Text Example
Text Example
White with #6C62C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C62C6; }
p { color: rgb(108,98,198); }
H1.HeaderClassName
{
color: #6C62C6;
}
.AnyTagClassName
{
color: #6C62C6;
}
</style>
background-color css
<style>
a { background-color: #6C62C6; }
a { background-color: rgb(108,98,198); }
div.DivClassName
{
background-color: #6C62C6;
}
.BgClassName
{
background-color: #6C62C6;
}
</style>
border-color css
<style>
span { border-color: #6C62C6; }
span { border-color: rgb(108,98,198); }
td.TdClassName
{
border-color: #6C62C6;
}
.TagClassName
{
border-color: #6C62C6;
}
</style>