#6461FA

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

Shades of Medium Slate Blue #6461FA

Tints of Medium Slate Blue #6461FA

Color information

#6461FA (or 0x6461FA) is unknown color: approx Medium Slate Blue. HEX triplet: 64, 61 and FA. RGB value is (100,97,250). Sum of RGB (Red+Green+Blue) = 100+97+250=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #6461FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6461FA is #9B9E05. Grayscale: #727272. Windows color (decimal): -10198534 or 16408932. OLE color: 16408932.

HSL color Cylindrical-coordinate representation of color #6461FA: hue angle of 241.18º 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 #6461FA is Cyan = 0.6, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10097250-
CMYK0.60.6100.02
HSL241.18º93.87%68.04%-
HSV(B)241.18º61.2%98.04%-
XYZ26.7918.1692.54-
YUV115.34203.99117.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.37%
GREEN value IS 97 (38.28% from 255) = 21.70%
BLUE value IS 250 (98.05% from 255) = 55.93%
R=22.37%
G=21.70%
B=55.93%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal100972500.60.6100.02241.1893.8768.04
Hex6461FA3C3D02f15e44
Octal144141372747502361136104
Binary11001001100001111110101111001111010101111000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6461FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6461FA; }

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

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

<style>
 a { background-color: #6461FA; }

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

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

<style>
 span { border-color: #6461FA; }

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

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