#6C53E8

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

Shades of Medium Slate Blue #6C53E8

Tints of Medium Slate Blue #6C53E8

Color information

#6C53E8 (or 0x6C53E8) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 53 and E8. RGB value is (108,83,232). Sum of RGB (Red+Green+Blue) = 108+83+232=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #6C53E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C53E8 is #93AC17. Grayscale: #6A6A6A. Windows color (decimal): -9677848 or 15225708. OLE color: 15225708.

HSL color Cylindrical-coordinate representation of color #6C53E8: hue angle of 250.07º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C53E8 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10883232-
CMYK0.530.6400.09
HSL250.07º76.41%61.76%-
HSV(B)250.07º64.22%90.98%-
XYZ23.8415.278.02-
YUV107.46198.28128.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.53%
GREEN value IS 83 (32.81% from 255) = 19.62%
BLUE value IS 232 (91.02% from 255) = 54.85%
R=25.53%
G=19.62%
B=54.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal108832320.530.6400.09250.0776.4161.76
Hex6C53E8354009fa4c3e
Octal1541233506510001137211476
Binary1101100101001111101000110101100000001001111110101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C53E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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