Html Css Color HEX #656BF2 Medium Slate Blue

📋 copy color: '#656BF2'

red 101 ◦ green 107 ◦ blue 242

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

Shades of Medium Slate Blue #656BF2

Tints of Medium Slate Blue #656BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.78%

 BLUE value IS 242 (94.92% from 255) = 53.78%

R = 22.44%
G = 23.78%
B = 53.78%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#656BF2 (or 0x656BF2) is known color: Medium Slate Blue. HEX triplet: 65, 6B and F2. RGB value is (101,107,242). Sum of RGB (Red+Green+Blue) = 101+107+242=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #656BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656BF2 is #9A940D. Grayscale: #787878. Windows color (decimal): -10130446 or 15887205. OLE color: 15887205.

HSL color Cylindrical-coordinate representation of color #656BF2: hue angle of 237.45º 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 #656BF2 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 107 242 -
CMYK 0.58 0.56 0 0.05
HSL 237.45º 0.84% 0.67% -
HSV(B) 237.45º 0.58% 0.95% -
XYZ 26.65 19.69 86.4 -
YUV 120.6 196.51 114.02 -
System Red Green Blue C M Y K H S L
Decimal 101 107 242 0.58 0.56 0 0.05 237.45 0.84 0.67
Hex 65 6B F2 3A 38 0 5 ED 54 43
Octal 145 153 362 72 70 0 5 355 124 103
Binary 1100101 1101011 11110010 111010 111000 0 101 11101101 1010100 1000011

Color Harmonies of #656BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656BF2

Black with #656BF2

Text Example


Text Example

White with #656BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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