#6C72E5

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

Shades of Medium Slate Blue #6C72E5

Tints of Medium Slate Blue #6C72E5

Color information

#6C72E5 (or 0x6C72E5) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 72 and E5. RGB value is (108,114,229). Sum of RGB (Red+Green+Blue) = 108+114+229=451 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.95% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #6C72E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C72E5 is #938D1A. Grayscale: #7C7C7C. Windows color (decimal): -9669915 or 15037036. OLE color: 15037036.

HSL color Cylindrical-coordinate representation of color #6C72E5: hue angle of 237.02º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C72E5 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB108114229-
CMYK0.530.5000.10
HSL237.02º69.94%66.08%-
HSV(B)237.02º52.84%89.8%-
XYZ26.3420.8876.77-
YUV125.32186.51115.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.95%
GREEN value IS 114 (44.92% from 255) = 25.28%
BLUE value IS 229 (89.84% from 255) = 50.78%
R=23.95%
G=25.28%
B=50.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1081142290.530.5000.10237.0269.9466.08
Hex6C72E535320Aed4642
Octal1541623456562012355106102
Binary1101100111001011100101110101110010010101110110110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C72E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,114,229); }

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

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

 a { background-color: rgb(108,114,229); }

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

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

 span { border-color: rgb(108,114,229); }

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