#6C61FA

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

Shades of Medium Slate Blue #6C61FA

Tints of Medium Slate Blue #6C61FA

Color information

#6C61FA (or 0x6C61FA) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 61 and FA. RGB value is (108,97,250). Sum of RGB (Red+Green+Blue) = 108+97+250=455 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.74% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C61FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C61FA is #939E05. Grayscale: #757575. Windows color (decimal): -9674246 or 16408940. OLE color: 16408940.

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

Color convert

RGB10897250-
CMYK0.570.6100.02
HSL244.31º93.87%68.04%-
HSV(B)244.31º61.2%98.04%-
XYZ27.7118.6492.58-
YUV117.73202.64121.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.74%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 250 (98.05% from 255) = 54.95%
R=23.74%
G=21.32%
B=54.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal108972500.570.6100.02244.3193.8768.04
Hex6C61FA393D02f45e44
Octal154141372717502364136104
Binary11011001100001111110101110011111010101111010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C61FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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