#6A61FA

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

Shades of Medium Slate Blue #6A61FA

Tints of Medium Slate Blue #6A61FA

Color information

#6A61FA (or 0x6A61FA) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 61 and FA. RGB value is (106,97,250). Sum of RGB (Red+Green+Blue) = 106+97+250=453 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.40% from 453); Green value is 97 (38.28% from 255 or 21.41% 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 #6A61FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A61FA is #959E05. Grayscale: #747474. Windows color (decimal): -9805318 or 16408938. OLE color: 16408938.

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

Color convert

RGB10697250-
CMYK0.580.6100.02
HSL243.53º93.87%68.04%-
HSV(B)243.53º61.2%98.04%-
XYZ27.4718.5292.57-
YUV117.13202.98120.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal106972500.580.6100.02243.5393.8768.04
Hex6A61FA3A3D02f45e44
Octal152141372727502364136104
Binary11010101100001111110101110101111010101111010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A61FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A61FA; }

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

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

<style>
 a { background-color: #6A61FA; }

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

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

<style>
 span { border-color: #6A61FA; }

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

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