Shades of Slate Blue #656ACC
Tints of Slate Blue #656ACC
RGB
CMYK
RGB Variations
Color information
#656ACC (or 0x656ACC) is known color: Slate Blue. HEX triplet: 65, 6A and CC. RGB value is (101,106,204). Sum of RGB (Red+Green+Blue) = 101+106+204=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #656ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ACC is #9A9533. Grayscale: #737373. Windows color (decimal): -10130740 or 13396581. OLE color: 13396581.
HSL color Cylindrical-coordinate representation of color #656ACC: hue angle of 237.09º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #656ACC is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 106 | 204 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.2 |
| HSL | 237.09º | 0.5% | 0.6% | - |
| HSV(B) | 237.09º | 0.5% | 0.8% | - |
| XYZ | 21.42 | 17.43 | 59.36 | - |
| YUV | 115.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 204 | 0.50 | 0.48 | 0 | 0.2 | 237.09 | 0.5 | 0.6 |
| Hex | 65 | 6A | CC | 32 | 30 | 0 | 14 | ED | 32 | 3C |
| Octal | 145 | 152 | 314 | 62 | 60 | 0 | 24 | 355 | 62 | 74 |
| Binary | 1100101 | 1101010 | 11001100 | 110010 | 110000 | 0 | 10100 | 11101101 | 110010 | 111100 |
Color Harmonies of #656ACC
Complementary color
Monochromatic Colors of #656ACC
Black with #656ACC
Text Example
Text Example
White with #656ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656ACC; }
p { color: rgb(101,106,204); }
H1.HeaderClassName
{
color: #656ACC;
}
.AnyTagClassName
{
color: #656ACC;
}
</style>
background-color css
<style>
a { background-color: #656ACC; }
a { background-color: rgb(101,106,204); }
div.DivClassName
{
background-color: #656ACC;
}
.BgClassName
{
background-color: #656ACC;
}
</style>
border-color css
<style>
span { border-color: #656ACC; }
span { border-color: rgb(101,106,204); }
td.TdClassName
{
border-color: #656ACC;
}
.TagClassName
{
border-color: #656ACC;
}
</style>