#6C52EA

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

Shades of Medium Slate Blue #6C52EA

Tints of Medium Slate Blue #6C52EA

Color information

#6C52EA (or 0x6C52EA) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 52 and EA. RGB value is (108,82,234). Sum of RGB (Red+Green+Blue) = 108+82+234=424 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.47% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C52EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C52EA is #93AD15. Grayscale: #6A6A6A. Windows color (decimal): -9678102 or 15356524. OLE color: 15356524.

HSL color Cylindrical-coordinate representation of color #6C52EA: hue angle of 250.26º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C52EA is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10882234-
CMYK0.540.6500.08
HSL250.26º78.35%61.96%-
HSV(B)250.26º64.96%91.76%-
XYZ24.0515.1679.5-
YUV107.1199.61128.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.47%
GREEN value IS 82 (32.42% from 255) = 19.34%
BLUE value IS 234 (91.80% from 255) = 55.19%
R=25.47%
G=19.34%
B=55.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal108822340.540.6500.08250.2678.3561.96
Hex6C52EA364108fa4e3e
Octal1541223526610101037211676
Binary1101100101001011101010110110100000101000111110101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C52EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,82,234); }

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

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

 a { background-color: rgb(108,82,234); }

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

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

 span { border-color: rgb(108,82,234); }

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