#6C53F1

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

Shades of Medium Slate Blue #6C53F1

Tints of Medium Slate Blue #6C53F1

Color information

#6C53F1 (or 0x6C53F1) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 53 and F1. RGB value is (108,83,241). Sum of RGB (Red+Green+Blue) = 108+83+241=432 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C53F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C53F1 is #93AC0E. Grayscale: #6B6B6B. Windows color (decimal): -9677839 or 15815532. OLE color: 15815532.

HSL color Cylindrical-coordinate representation of color #6C53F1: hue angle of 249.49º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C53F1 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10883241-
CMYK0.550.6600.05
HSL249.49º84.95%63.53%-
HSV(B)249.49º65.56%94.51%-
XYZ25.1515.7384.93-
YUV108.49202.78127.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25%
GREEN value IS 83 (32.81% from 255) = 19.21%
BLUE value IS 241 (94.53% from 255) = 55.79%
R=25%
G=19.21%
B=55.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal108832410.550.6600.05249.4984.9563.53
Hex6C53F1374205f95540
Octal1541233616710205371125100
Binary1101100101001111110001110111100001001011111100110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C53F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,83,241); }

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

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

 a { background-color: rgb(108,83,241); }

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

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

 span { border-color: rgb(108,83,241); }

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