#656AF2

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

Shades of Medium Slate Blue #656AF2

Tints of Medium Slate Blue #656AF2

Color information

#656AF2 (or 0x656AF2) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 6A and F2. RGB value is (101,106,242). Sum of RGB (Red+Green+Blue) = 101+106+242=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #656AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656AF2 is #9A950D. Grayscale: #777777. Windows color (decimal): -10130702 or 15886949. OLE color: 15886949.

HSL color Cylindrical-coordinate representation of color #656AF2: hue angle of 237.87º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #656AF2 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB101106242-
CMYK0.580.5600.05
HSL237.87º84.43%67.25%-
HSV(B)237.87º58.26%94.9%-
XYZ26.5519.4986.37-
YUV120.01196.84114.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.49%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 242 (94.92% from 255) = 53.90%
R=22.49%
G=23.61%
B=53.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1011062420.580.5600.05237.8784.4367.25
Hex656AF23A3805ee5443
Octal145152362727005356124103
Binary110010111010101111001011101011100001011110111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656AF2; }

 p { color: rgb(101,106,242); }

 H1.HeaderClassName
 {
   color: #656AF2;
 }
 .AnyTagClassName
 {
   color: #656AF2;
 }
</style>
background-color css

<style>
 a { background-color: #656AF2; }

 a { background-color: rgb(101,106,242); }

 div.DivClassName
 {
   background-color: #656AF2;
 }
 .BgClassName
 {
   background-color: #656AF2;
 }
</style>
border-color css

<style>
 span { border-color: #656AF2; }

 span { border-color: rgb(101,106,242); }

 td.TdClassName
 {
   border-color: #656AF2;
 }
 .TagClassName
 {
   border-color: #656AF2;
 }
</style>