Shades of Slate Blue #6C44CC
Tints of Slate Blue #6C44CC
RGB
CMYK
RGB Variations
Color information
#6C44CC (or 0x6C44CC) is known color: Slate Blue. HEX triplet: 6C, 44 and CC. RGB value is (108,68,204). Sum of RGB (Red+Green+Blue) = 108+68+204=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C44CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C44CC is #93BB33. Grayscale: #5E5E5E. Windows color (decimal): -9681716 or 13386860. OLE color: 13386860.
HSL color Cylindrical-coordinate representation of color #6C44CC: hue angle of 257.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C44CC is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 68 | 204 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.2 |
| HSL | 257.65º | 0.57% | 0.53% | - |
| HSV(B) | 257.65º | 0.67% | 0.8% | - |
| XYZ | 19.15 | 11.68 | 58.37 | - |
| YUV | 95.46 | 189.25 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 204 | 0.47 | 0.67 | 0 | 0.2 | 257.65 | 0.57 | 0.53 |
| Hex | 6C | 44 | CC | 2F | 43 | 0 | 14 | 102 | 39 | 35 |
| Octal | 154 | 104 | 314 | 57 | 103 | 0 | 24 | 402 | 71 | 65 |
| Binary | 1101100 | 1000100 | 11001100 | 101111 | 1000011 | 0 | 10100 | 100000010 | 111001 | 110101 |
Color Harmonies of #6C44CC
Complementary color
Monochromatic Colors of #6C44CC
Black with #6C44CC
Text Example
Text Example
White with #6C44CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C44CC; }
p { color: rgb(108,68,204); }
H1.HeaderClassName
{
color: #6C44CC;
}
.AnyTagClassName
{
color: #6C44CC;
}
</style>
background-color css
<style>
a { background-color: #6C44CC; }
a { background-color: rgb(108,68,204); }
div.DivClassName
{
background-color: #6C44CC;
}
.BgClassName
{
background-color: #6C44CC;
}
</style>
border-color css
<style>
span { border-color: #6C44CC; }
span { border-color: rgb(108,68,204); }
td.TdClassName
{
border-color: #6C44CC;
}
.TagClassName
{
border-color: #6C44CC;
}
</style>