Shades of Slate Blue #655BCC
Tints of Slate Blue #655BCC
RGB
CMYK
RGB Variations
Color information
#655BCC (or 0x655BCC) is known color: Slate Blue. HEX triplet: 65, 5B and CC. RGB value is (101,91,204). Sum of RGB (Red+Green+Blue) = 101+91+204=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #655BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BCC is #9AA433. Grayscale: #6A6A6A. Windows color (decimal): -10134580 or 13392741. OLE color: 13392741.
HSL color Cylindrical-coordinate representation of color #655BCC: hue angle of 245.31º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #655BCC is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 91 | 204 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.2 |
| HSL | 245.31º | 0.53% | 0.58% | - |
| HSV(B) | 245.31º | 0.55% | 0.8% | - |
| XYZ | 20.01 | 14.61 | 58.89 | - |
| YUV | 106.87 | 182.81 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 204 | 0.50 | 0.55 | 0 | 0.2 | 245.31 | 0.53 | 0.58 |
| Hex | 65 | 5B | CC | 32 | 37 | 0 | 14 | F5 | 35 | 3A |
| Octal | 145 | 133 | 314 | 62 | 67 | 0 | 24 | 365 | 65 | 72 |
| Binary | 1100101 | 1011011 | 11001100 | 110010 | 110111 | 0 | 10100 | 11110101 | 110101 | 111010 |
Color Harmonies of #655BCC
Complementary color
Monochromatic Colors of #655BCC
Black with #655BCC
Text Example
Text Example
White with #655BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655BCC; }
p { color: rgb(101,91,204); }
H1.HeaderClassName
{
color: #655BCC;
}
.AnyTagClassName
{
color: #655BCC;
}
</style>
background-color css
<style>
a { background-color: #655BCC; }
a { background-color: rgb(101,91,204); }
div.DivClassName
{
background-color: #655BCC;
}
.BgClassName
{
background-color: #655BCC;
}
</style>
border-color css
<style>
span { border-color: #655BCC; }
span { border-color: rgb(101,91,204); }
td.TdClassName
{
border-color: #655BCC;
}
.TagClassName
{
border-color: #655BCC;
}
</style>