#616AFA

Color #616AFA Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #616AFA

Tints of Medium Slate Blue #616AFA

Color information

#616AFA (or 0x616AFA) is unknown color: approx Medium Slate Blue. HEX triplet: 61, 6A and FA. RGB value is (97,106,250). Sum of RGB (Red+Green+Blue) = 97+106+250=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #616AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #616AFA is #9E9505. Grayscale: #777777. Windows color (decimal): -10392838 or 16411233. OLE color: 16411233.

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

Color convert

RGB97106250-
CMYK0.610.5800.02
HSL236.47º93.87%68.04%-
HSV(B)236.47º61.2%98.04%-
XYZ27.3419.7592.81-
YUV119.72201.52111.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.41%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 250 (98.05% from 255) = 55.19%
R=21.41%
G=23.40%
B=55.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971062500.610.5800.02236.4793.8768.04
Hex616AFA3D3A02ec5e44
Octal141152372757202354136104
Binary11000011101010111110101111011110100101110110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #616AFA;
 }
 .AnyTagClassName
 {
   color: #616AFA;
 }
</style>
background-color css

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

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

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

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

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

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