Html Css Color HEX #656AFA Medium Slate Blue

📋 copy color: '#656AFA'

red 101 ◦ green 106 ◦ blue 250

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

Shades of Medium Slate Blue #656AFA

Tints of Medium Slate Blue #656AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.7%

R = 22.1%
G = 23.19%
B = 54.7%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#656AFA (or 0x656AFA) is known color: Medium Slate Blue. HEX triplet: 65, 6A and FA. RGB value is (101,106,250). Sum of RGB (Red+Green+Blue) = 101+106+250=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #656AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656AFA is #9A9505. Grayscale: #787878. Windows color (decimal): -10130694 or 16411237. OLE color: 16411237.

HSL color Cylindrical-coordinate representation of color #656AFA: hue angle of 237.99º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #656AFA is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 106 250 -
CMYK 0.60 0.58 0 0.02
HSL 237.99º 0.94% 0.69% -
HSV(B) 237.99º 0.6% 0.98% -
XYZ 27.78 19.98 92.83 -
YUV 120.92 200.84 113.79 -
System Red Green Blue C M Y K H S L
Decimal 101 106 250 0.60 0.58 0 0.02 237.99 0.94 0.69
Hex 65 6A FA 3C 3A 0 2 EE 5E 45
Octal 145 152 372 74 72 0 2 356 136 105
Binary 1100101 1101010 11111010 111100 111010 0 10 11101110 1011110 1000101

Color Harmonies of #656AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656AFA

Black with #656AFA

Text Example


Text Example

White with #656AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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