Shades of Slate Blue #6C55CC
Tints of Slate Blue #6C55CC
RGB
CMYK
RGB Variations
Color information
#6C55CC (or 0x6C55CC) is known color: Slate Blue. HEX triplet: 6C, 55 and CC. RGB value is (108,85,204). Sum of RGB (Red+Green+Blue) = 108+85+204=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C55CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C55CC is #93AA33. Grayscale: #686868. Windows color (decimal): -9677364 or 13391212. OLE color: 13391212.
HSL color Cylindrical-coordinate representation of color #6C55CC: hue angle of 251.6º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C55CC is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 85 | 204 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.2 |
| HSL | 251.6º | 0.54% | 0.57% | - |
| HSV(B) | 251.6º | 0.58% | 0.8% | - |
| XYZ | 20.33 | 14.04 | 58.77 | - |
| YUV | 105.44 | 183.62 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 85 | 204 | 0.47 | 0.58 | 0 | 0.2 | 251.6 | 0.54 | 0.57 |
| Hex | 6C | 55 | CC | 2F | 3A | 0 | 14 | FC | 36 | 39 |
| Octal | 154 | 125 | 314 | 57 | 72 | 0 | 24 | 374 | 66 | 71 |
| Binary | 1101100 | 1010101 | 11001100 | 101111 | 111010 | 0 | 10100 | 11111100 | 110110 | 111001 |
Color Harmonies of #6C55CC
Complementary color
Monochromatic Colors of #6C55CC
Black with #6C55CC
Text Example
Text Example
White with #6C55CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C55CC; }
p { color: rgb(108,85,204); }
H1.HeaderClassName
{
color: #6C55CC;
}
.AnyTagClassName
{
color: #6C55CC;
}
</style>
background-color css
<style>
a { background-color: #6C55CC; }
a { background-color: rgb(108,85,204); }
div.DivClassName
{
background-color: #6C55CC;
}
.BgClassName
{
background-color: #6C55CC;
}
</style>
border-color css
<style>
span { border-color: #6C55CC; }
span { border-color: rgb(108,85,204); }
td.TdClassName
{
border-color: #6C55CC;
}
.TagClassName
{
border-color: #6C55CC;
}
</style>