Html Css Color HEX #6570EE Medium Slate Blue

📋 copy color: '#6570EE'

red 101 ◦ green 112 ◦ blue 238

#6570EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #6570EE

Tints of Medium Slate Blue #6570EE

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 value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6570EE (or 0x6570EE) is known color: 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

RGB 101 112 238 -
CMYK 0.58 0.53 0 0.07
HSL 235.18º 0.8% 0.66% -
HSV(B) 235.18º 0.58% 0.93% -
XYZ 26.59 20.53 83.45 -
YUV 123.08 192.86 112.25 -
System Red Green Blue C M Y K H S L
Decimal 101 112 238 0.58 0.53 0 0.07 235.18 0.8 0.66
Hex 65 70 EE 3A 35 0 7 EB 50 42
Octal 145 160 356 72 65 0 7 353 120 102
Binary 1100101 1110000 11101110 111010 110101 0 111 11101011 1010000 1000010

Color Harmonies of #6570EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6570EE

Black with #6570EE

Text Example


Text Example

White with #6570EE

Text Example


Text Example

HTML Codes & Css Web 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>