Shades of Slate Blue #6C62CE
Tints of Slate Blue #6C62CE
RGB
CMYK
RGB Variations
Color information
#6C62CE (or 0x6C62CE) is known color: Slate Blue. HEX triplet: 6C, 62 and CE. RGB value is (108,98,206). Sum of RGB (Red+Green+Blue) = 108+98+206=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C62CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C62CE is #939D31. Grayscale: #707070. Windows color (decimal): -9674034 or 13525612. OLE color: 13525612.
HSL color Cylindrical-coordinate representation of color #6C62CE: hue angle of 245.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C62CE is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 98 | 206 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.19 |
| HSL | 245.56º | 0.52% | 0.6% | - |
| HSV(B) | 245.56º | 0.52% | 0.81% | - |
| XYZ | 21.69 | 16.38 | 60.41 | - |
| YUV | 113.3 | 180.31 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 98 | 206 | 0.48 | 0.52 | 0 | 0.19 | 245.56 | 0.52 | 0.6 |
| Hex | 6C | 62 | CE | 30 | 34 | 0 | 13 | F6 | 34 | 3C |
| Octal | 154 | 142 | 316 | 60 | 64 | 0 | 23 | 366 | 64 | 74 |
| Binary | 1101100 | 1100010 | 11001110 | 110000 | 110100 | 0 | 10011 | 11110110 | 110100 | 111100 |
Color Harmonies of #6C62CE
Complementary color
Monochromatic Colors of #6C62CE
Black with #6C62CE
Text Example
Text Example
White with #6C62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C62CE; }
p { color: rgb(108,98,206); }
H1.HeaderClassName
{
color: #6C62CE;
}
.AnyTagClassName
{
color: #6C62CE;
}
</style>
background-color css
<style>
a { background-color: #6C62CE; }
a { background-color: rgb(108,98,206); }
div.DivClassName
{
background-color: #6C62CE;
}
.BgClassName
{
background-color: #6C62CE;
}
</style>
border-color css
<style>
span { border-color: #6C62CE; }
span { border-color: rgb(108,98,206); }
td.TdClassName
{
border-color: #6C62CE;
}
.TagClassName
{
border-color: #6C62CE;
}
</style>