#6572ed

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

Shades of Medium Slate Blue #6572ED

Tints of Medium Slate Blue #6572ED

Color information

#6572ED (or 0x6572ED) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 72 and ED. RGB value is (101,114,237). Sum of RGB (Red+Green+Blue) = 101+114+237=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #6572ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6572ED is #9A8D12. Grayscale: #7B7B7B. Windows color (decimal): -10128659 or 15561317. OLE color: 15561317.

HSL color Cylindrical-coordinate representation of color #6572ED: hue angle of 234.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6572ED is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB101114237-
CMYK0.570.5200.07
HSL234.26º79.07%66.27%-
HSV(B)234.26º57.38%92.94%-
XYZ26.6720.9282.75-
YUV124.14191.69111.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.35%
GREEN value IS 114 (44.92% from 255) = 25.22%
BLUE value IS 237 (92.97% from 255) = 52.43%
R=22.35%
G=25.22%
B=52.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1011142370.570.5200.07234.2679.0766.27
Hex6572ED393407ea4f42
Octal145162355716407352117102
Binary110010111100101110110111100111010001111110101010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6572ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6572ed; }

 p { color: rgb(101,114,237); }

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

<style>
 a { background-color: #6572ed; }

 a { background-color: rgb(101,114,237); }

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

<style>
 span { border-color: #6572ed; }

 span { border-color: rgb(101,114,237); }

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