Shades of Slate Blue #6557CC
Tints of Slate Blue #6557CC
RGB
CMYK
RGB Variations
Color information
#6557CC (or 0x6557CC) is known color: Slate Blue. HEX triplet: 65, 57 and CC. RGB value is (101,87,204). Sum of RGB (Red+Green+Blue) = 101+87+204=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #6557CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557CC is #9AA833. Grayscale: #686868. Windows color (decimal): -10135604 or 13391717. OLE color: 13391717.
HSL color Cylindrical-coordinate representation of color #6557CC: hue angle of 247.18º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6557CC is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 87 | 204 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.2 |
| HSL | 247.18º | 0.53% | 0.57% | - |
| HSV(B) | 247.18º | 0.57% | 0.8% | - |
| XYZ | 19.67 | 13.94 | 58.78 | - |
| YUV | 104.52 | 184.14 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 204 | 0.50 | 0.57 | 0 | 0.2 | 247.18 | 0.53 | 0.57 |
| Hex | 65 | 57 | CC | 32 | 39 | 0 | 14 | F7 | 35 | 39 |
| Octal | 145 | 127 | 314 | 62 | 71 | 0 | 24 | 367 | 65 | 71 |
| Binary | 1100101 | 1010111 | 11001100 | 110010 | 111001 | 0 | 10100 | 11110111 | 110101 | 111001 |
Color Harmonies of #6557CC
Complementary color
Monochromatic Colors of #6557CC
Black with #6557CC
Text Example
Text Example
White with #6557CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6557CC; }
p { color: rgb(101,87,204); }
H1.HeaderClassName
{
color: #6557CC;
}
.AnyTagClassName
{
color: #6557CC;
}
</style>
background-color css
<style>
a { background-color: #6557CC; }
a { background-color: rgb(101,87,204); }
div.DivClassName
{
background-color: #6557CC;
}
.BgClassName
{
background-color: #6557CC;
}
</style>
border-color css
<style>
span { border-color: #6557CC; }
span { border-color: rgb(101,87,204); }
td.TdClassName
{
border-color: #6557CC;
}
.TagClassName
{
border-color: #6557CC;
}
</style>