Shades of Slate Blue #654ECC
Tints of Slate Blue #654ECC
RGB
CMYK
RGB Variations
Color information
#654ECC (or 0x654ECC) is known color: Slate Blue. HEX triplet: 65, 4E and CC. RGB value is (101,78,204). Sum of RGB (Red+Green+Blue) = 101+78+204=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #654ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654ECC is #9AB133. Grayscale: #626262. Windows color (decimal): -10137908 or 13389413. OLE color: 13389413.
HSL color Cylindrical-coordinate representation of color #654ECC: hue angle of 250.95º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #654ECC is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 78 | 204 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.2 |
| HSL | 250.95º | 0.55% | 0.55% | - |
| HSV(B) | 250.95º | 0.62% | 0.8% | - |
| XYZ | 18.99 | 12.58 | 58.55 | - |
| YUV | 99.24 | 187.12 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 204 | 0.50 | 0.62 | 0 | 0.2 | 250.95 | 0.55 | 0.55 |
| Hex | 65 | 4E | CC | 32 | 3E | 0 | 14 | FB | 37 | 37 |
| Octal | 145 | 116 | 314 | 62 | 76 | 0 | 24 | 373 | 67 | 67 |
| Binary | 1100101 | 1001110 | 11001100 | 110010 | 111110 | 0 | 10100 | 11111011 | 110111 | 110111 |
Color Harmonies of #654ECC
Complementary color
Monochromatic Colors of #654ECC
Black with #654ECC
Text Example
Text Example
White with #654ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654ECC; }
p { color: rgb(101,78,204); }
H1.HeaderClassName
{
color: #654ECC;
}
.AnyTagClassName
{
color: #654ECC;
}
</style>
background-color css
<style>
a { background-color: #654ECC; }
a { background-color: rgb(101,78,204); }
div.DivClassName
{
background-color: #654ECC;
}
.BgClassName
{
background-color: #654ECC;
}
</style>
border-color css
<style>
span { border-color: #654ECC; }
span { border-color: rgb(101,78,204); }
td.TdClassName
{
border-color: #654ECC;
}
.TagClassName
{
border-color: #654ECC;
}
</style>