#6570EB

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

Shades of Medium Slate Blue #6570EB

Tints of Medium Slate Blue #6570EB

Color information

#6570EB (or 0x6570EB) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 70 and EB. RGB value is (101,112,235). Sum of RGB (Red+Green+Blue) = 101+112+235=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #6570EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6570EB is #9A8F14. Grayscale: #7A7A7A. Windows color (decimal): -10129173 or 15429733. OLE color: 15429733.

HSL color Cylindrical-coordinate representation of color #6570EB: hue angle of 235.07º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6570EB is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB101112235-
CMYK0.570.5200.08
HSL235.07º77.01%65.88%-
HSV(B)235.07º57.02%92.16%-
XYZ26.1620.3581.15-
YUV122.73191.36112.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.54%
GREEN value IS 112 (44.14% from 255) = 25%
BLUE value IS 235 (92.19% from 255) = 52.46%
R=22.54%
G=25%
B=52.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1011122350.570.5200.08235.0777.0165.88
Hex6570EB393408eb4d42
Octal1451603537164010353115102
Binary1100101111000011101011111001110100010001110101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6570EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6570EB; }

 p { color: rgb(101,112,235); }

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

<style>
 a { background-color: #6570EB; }

 a { background-color: rgb(101,112,235); }

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

<style>
 span { border-color: #6570EB; }

 span { border-color: rgb(101,112,235); }

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