Html Css Color HEX #656AE1 Medium Slate Blue

📋 copy color: '#656AE1'

red 101 ◦ green 106 ◦ blue 225

#656AE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #656AE1

Tints of Medium Slate Blue #656AE1

RGB

 RED value IS 101 (39.84% from 255) = 23.38%

 GREEN value IS 106 (41.8% from 255) = 24.54%

 BLUE value IS 225 (88.28% from 255) = 52.08%

R = 23.38%
G = 24.54%
B = 52.08%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#656AE1 (or 0x656AE1) is known color: Medium Slate Blue. HEX triplet: 65, 6A and E1. RGB value is (101,106,225). Sum of RGB (Red+Green+Blue) = 101+106+225=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #656AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656AE1 is #9A951E. Grayscale: #757575. Windows color (decimal): -10130719 or 14772837. OLE color: 14772837.

HSL color Cylindrical-coordinate representation of color #656AE1: hue angle of 237.58º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #656AE1 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 106 225 -
CMYK 0.55 0.53 0 0.12
HSL 237.58º 0.67% 0.64% -
HSV(B) 237.58º 0.55% 0.88% -
XYZ 24.11 18.51 73.54 -
YUV 118.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 101 106 225 0.55 0.53 0 0.12 237.58 0.67 0.64
Hex 65 6A E1 37 35 0 C EE 43 40
Octal 145 152 341 67 65 0 14 356 103 100
Binary 1100101 1101010 11100001 110111 110101 0 1100 11101110 1000011 1000000

Color Harmonies of #656AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656AE1

Black with #656AE1

Text Example


Text Example

White with #656AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #656AE1;
 }
 .AnyTagClassName
 {
   color: #656AE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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