Shades of Slate Blue #6C45C9
Tints of Slate Blue #6C45C9
RGB
CMYK
RGB Variations
Color information
#6C45C9 (or 0x6C45C9) is known color: Slate Blue. HEX triplet: 6C, 45 and C9. RGB value is (108,69,201). Sum of RGB (Red+Green+Blue) = 108+69+201=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #6C45C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C45C9 is #93BA36. Grayscale: #5F5F5F. Windows color (decimal): -9681463 or 13190508. OLE color: 13190508.
HSL color Cylindrical-coordinate representation of color #6C45C9: hue angle of 257.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C45C9 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 69 | 201 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.21 |
| HSL | 257.73º | 0.55% | 0.53% | - |
| HSV(B) | 257.73º | 0.66% | 0.79% | - |
| XYZ | 18.86 | 11.66 | 56.52 | - |
| YUV | 95.71 | 187.42 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 69 | 201 | 0.46 | 0.66 | 0 | 0.21 | 257.73 | 0.55 | 0.53 |
| Hex | 6C | 45 | C9 | 2E | 42 | 0 | 15 | 102 | 37 | 35 |
| Octal | 154 | 105 | 311 | 56 | 102 | 0 | 25 | 402 | 67 | 65 |
| Binary | 1101100 | 1000101 | 11001001 | 101110 | 1000010 | 0 | 10101 | 100000010 | 110111 | 110101 |
Color Harmonies of #6C45C9
Complementary color
Monochromatic Colors of #6C45C9
Black with #6C45C9
Text Example
Text Example
White with #6C45C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C45C9; }
p { color: rgb(108,69,201); }
H1.HeaderClassName
{
color: #6C45C9;
}
.AnyTagClassName
{
color: #6C45C9;
}
</style>
background-color css
<style>
a { background-color: #6C45C9; }
a { background-color: rgb(108,69,201); }
div.DivClassName
{
background-color: #6C45C9;
}
.BgClassName
{
background-color: #6C45C9;
}
</style>
border-color css
<style>
span { border-color: #6C45C9; }
span { border-color: rgb(108,69,201); }
td.TdClassName
{
border-color: #6C45C9;
}
.TagClassName
{
border-color: #6C45C9;
}
</style>