Html Css Color HEX #656DFA Medium Slate Blue

📋 copy color: '#656DFA'

red 101 ◦ green 109 ◦ blue 250

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

Shades of Medium Slate Blue #656DFA

Tints of Medium Slate Blue #656DFA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.7%

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

R = 21.96%
G = 23.7%
B = 54.35%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#656DFA (or 0x656DFA) is known color: Medium Slate Blue. HEX triplet: 65, 6D and FA. RGB value is (101,109,250). Sum of RGB (Red+Green+Blue) = 101+109+250=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #656DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656DFA is #9A9205. Grayscale: #7A7A7A. Windows color (decimal): -10129926 or 16412005. OLE color: 16412005.

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

Color convert

RGB 101 109 250 -
CMYK 0.60 0.56 0 0.02
HSL 236.78º 0.94% 0.69% -
HSV(B) 236.78º 0.6% 0.98% -
XYZ 28.09 20.61 92.94 -
YUV 122.68 199.85 112.54 -
System Red Green Blue C M Y K H S L
Decimal 101 109 250 0.60 0.56 0 0.02 236.78 0.94 0.69
Hex 65 6D FA 3C 38 0 2 ED 5E 45
Octal 145 155 372 74 70 0 2 355 136 105
Binary 1100101 1101101 11111010 111100 111000 0 10 11101101 1011110 1000101

Color Harmonies of #656DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656DFA

Black with #656DFA

Text Example


Text Example

White with #656DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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