Html Css Color HEX #616BF0 Medium Slate Blue

📋 copy color: '#616BF0'

red 97 ◦ green 107 ◦ blue 240

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

Shades of Medium Slate Blue #616BF0

Tints of Medium Slate Blue #616BF0

RGB

 RED value IS 97 (38.28% from 255) = 21.85%

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

 BLUE value IS 240 (94.14% from 255) = 54.05%

R = 21.85%
G = 24.1%
B = 54.05%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#616BF0 (or 0x616BF0) is known color: Medium Slate Blue. HEX triplet: 61, 6B and F0. RGB value is (97,107,240). Sum of RGB (Red+Green+Blue) = 97+107+240=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 240 (94.14% from 255 or 54.05% from 444); Max value from RGB is 240 - color contains mainly: blue. Hex color #616BF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #616BF0 is #9E940F. Grayscale: #767676. Windows color (decimal): -10392592 or 15756129. OLE color: 15756129.

HSL color Cylindrical-coordinate representation of color #616BF0: hue angle of 235.8º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #616BF0 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 107 240 -
CMYK 0.60 0.55 0 0.06
HSL 235.8º 0.83% 0.66% -
HSV(B) 235.8º 0.6% 0.94% -
XYZ 25.92 19.35 84.81 -
YUV 119.17 196.19 112.19 -
System Red Green Blue C M Y K H S L
Decimal 97 107 240 0.60 0.55 0 0.06 235.8 0.83 0.66
Hex 61 6B F0 3C 37 0 6 EC 53 42
Octal 141 153 360 74 67 0 6 354 123 102
Binary 1100001 1101011 11110000 111100 110111 0 110 11101100 1010011 1000010

Color Harmonies of #616BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616BF0

Black with #616BF0

Text Example


Text Example

White with #616BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616BF0; }

 p { color: rgb(97,107,240); }

 H1.HeaderClassName
 {
   color: #616BF0;
 }
 .AnyTagClassName
 {
   color: #616BF0;
 }
</style>

background-color css

<style>
 a { background-color: #616BF0; }

 a { background-color: rgb(97,107,240); }

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

border-color css

<style>
 span { border-color: #616BF0; }

 span { border-color: rgb(97,107,240); }

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