Shades of Slate Blue #6558CC
Tints of Slate Blue #6558CC
RGB
CMYK
RGB Variations
Color information
#6558CC (or 0x6558CC) is known color: Slate Blue. HEX triplet: 65, 58 and CC. RGB value is (101,88,204). Sum of RGB (Red+Green+Blue) = 101+88+204=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #6558CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6558CC is #9AA733. Grayscale: #686868. Windows color (decimal): -10135348 or 13391973. OLE color: 13391973.
HSL color Cylindrical-coordinate representation of color #6558CC: hue angle of 246.72º 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 #6558CC is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 88 | 204 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.2 |
| HSL | 246.72º | 0.53% | 0.57% | - |
| HSV(B) | 246.72º | 0.57% | 0.8% | - |
| XYZ | 19.76 | 14.11 | 58.81 | - |
| YUV | 105.11 | 183.81 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 204 | 0.50 | 0.57 | 0 | 0.2 | 246.72 | 0.53 | 0.57 |
| Hex | 65 | 58 | CC | 32 | 39 | 0 | 14 | F7 | 35 | 39 |
| Octal | 145 | 130 | 314 | 62 | 71 | 0 | 24 | 367 | 65 | 71 |
| Binary | 1100101 | 1011000 | 11001100 | 110010 | 111001 | 0 | 10100 | 11110111 | 110101 | 111001 |
Color Harmonies of #6558CC
Complementary color
Monochromatic Colors of #6558CC
Black with #6558CC
Text Example
Text Example
White with #6558CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6558CC; }
p { color: rgb(101,88,204); }
H1.HeaderClassName
{
color: #6558CC;
}
.AnyTagClassName
{
color: #6558CC;
}
</style>
background-color css
<style>
a { background-color: #6558CC; }
a { background-color: rgb(101,88,204); }
div.DivClassName
{
background-color: #6558CC;
}
.BgClassName
{
background-color: #6558CC;
}
</style>
border-color css
<style>
span { border-color: #6558CC; }
span { border-color: rgb(101,88,204); }
td.TdClassName
{
border-color: #6558CC;
}
.TagClassName
{
border-color: #6558CC;
}
</style>