#6572DE

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

Shades of Medium Slate Blue #6572DE

Tints of Medium Slate Blue #6572DE

Color information

#6572DE (or 0x6572DE) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 72 and DE. RGB value is (101,114,222). Sum of RGB (Red+Green+Blue) = 101+114+222=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #6572DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6572DE is #9A8D21. Grayscale: #797979. Windows color (decimal): -10128674 or 14578277. OLE color: 14578277.

HSL color Cylindrical-coordinate representation of color #6572DE: hue angle of 233.55º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6572DE is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101114222-
CMYK0.550.4900.13
HSL233.55º64.71%63.33%-
HSV(B)233.55º54.5%87.06%-
XYZ24.5720.0871.69-
YUV122.42184.19112.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.11%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 222 (87.11% from 255) = 50.80%
R=23.11%
G=26.09%
B=50.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011142220.550.4900.13233.5564.7163.33
Hex6572DE37310Dea413f
Octal145162336676101535210177
Binary110010111100101101111011011111000101101111010101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6572DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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