Html Css Color HEX #6571EC Medium Slate Blue

📋 copy color: '#6571EC'

red 101 ◦ green 113 ◦ blue 236

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

Shades of Medium Slate Blue #6571EC

Tints of Medium Slate Blue #6571EC

RGB

 RED value IS 101 (39.84% from 255) = 22.44%

 GREEN value IS 113 (44.53% from 255) = 25.11%

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 22.44%
G = 25.11%
B = 52.44%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6571EC (or 0x6571EC) is known color: Medium Slate Blue. HEX triplet: 65, 71 and EC. RGB value is (101,113,236). Sum of RGB (Red+Green+Blue) = 101+113+236=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #6571EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6571EC is #9A8E13. Grayscale: #7A7A7A. Windows color (decimal): -10128916 or 15495525. OLE color: 15495525.

HSL color Cylindrical-coordinate representation of color #6571EC: hue angle of 234.67º degrees, saturation: 0.78, 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 #6571EC is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 113 236 -
CMYK 0.57 0.52 0 0.07
HSL 234.67º 0.78% 0.66% -
HSV(B) 234.67º 0.57% 0.93% -
XYZ 26.41 20.63 81.95 -
YUV 123.43 191.52 112 -
System Red Green Blue C M Y K H S L
Decimal 101 113 236 0.57 0.52 0 0.07 234.67 0.78 0.66
Hex 65 71 EC 39 34 0 7 EB 4E 42
Octal 145 161 354 71 64 0 7 353 116 102
Binary 1100101 1110001 11101100 111001 110100 0 111 11101011 1001110 1000010

Color Harmonies of #6571EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6571EC

Black with #6571EC

Text Example


Text Example

White with #6571EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6571EC; }

 p { color: rgb(101,113,236); }

 H1.HeaderClassName
 {
   color: #6571EC;
 }
 .AnyTagClassName
 {
   color: #6571EC;
 }
</style>

background-color css

<style>
 a { background-color: #6571EC; }

 a { background-color: rgb(101,113,236); }

 div.DivClassName
 {
   background-color: #6571EC;
 }
 .BgClassName
 {
   background-color: #6571EC;
 }
</style>

border-color css

<style>
 span { border-color: #6571EC; }

 span { border-color: rgb(101,113,236); }

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