#6570EE

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

Shades of Medium Slate Blue #6570EE

Tints of Medium Slate Blue #6570EE

Color information

#6570EE (or 0x6570EE) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 70 and EE. RGB value is (101,112,238). Sum of RGB (Red+Green+Blue) = 101+112+238=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #6570EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6570EE is #9A8F11. Grayscale: #7A7A7A. Windows color (decimal): -10129170 or 15626341. OLE color: 15626341.

HSL color Cylindrical-coordinate representation of color #6570EE: hue angle of 235.18º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6570EE is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB101112238-
CMYK0.580.5300.07
HSL235.18º80.12%66.47%-
HSV(B)235.18º57.56%93.33%-
XYZ26.5920.5383.45-
YUV123.08192.86112.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.39%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 238 (93.36% from 255) = 52.77%
R=22.39%
G=24.83%
B=52.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1011122380.580.5300.07235.1880.1266.47
Hex6570EE3A3507eb5042
Octal145160356726507353120102
Binary110010111100001110111011101011010101111110101110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6570EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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