#656ACC

Color #656ACC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #656ACC

Tints of Slate Blue #656ACC

Color information

#656ACC (or 0x656ACC) is unknown color: approx 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

RGB101106204-
CMYK0.500.4800.2
HSL237.09º50.24%59.8%-
HSV(B)237.09º50.49%80%-
XYZ21.4217.4359.36-
YUV115.68177.84117.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 24.57%
GREEN value IS 106 (41.80% from 255) = 25.79%
BLUE value IS 204 (80.08% from 255) = 49.64%
R=24.57%
G=25.79%
B=49.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1011062040.500.4800.2237.0950.2459.8
Hex656ACC3230014ed323c
Octal14515231462600243556274
Binary110010111010101100110011001011000001010011101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>