Html Css Color HEX #6561EC Medium Slate Blue

📋 copy color: '#6561EC'

red 101 ◦ green 97 ◦ blue 236

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

Shades of Medium Slate Blue #6561EC

Tints of Medium Slate Blue #6561EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.35%

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

R = 23.27%
G = 22.35%
B = 54.38%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6561EC (or 0x6561EC) is known color: Medium Slate Blue. HEX triplet: 65, 61 and EC. RGB value is (101,97,236). Sum of RGB (Red+Green+Blue) = 101+97+236=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #6561EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6561EC is #9A9E13. Grayscale: #717171. Windows color (decimal): -10133012 or 15491429. OLE color: 15491429.

HSL color Cylindrical-coordinate representation of color #6561EC: hue angle of 241.73º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6561EC is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 97 236 -
CMYK 0.57 0.59 0 0.07
HSL 241.73º 0.79% 0.65% -
HSV(B) 241.73º 0.59% 0.93% -
XYZ 24.78 17.37 81.4 -
YUV 114.04 196.83 118.7 -
System Red Green Blue C M Y K H S L
Decimal 101 97 236 0.57 0.59 0 0.07 241.73 0.79 0.65
Hex 65 61 EC 39 3B 0 7 F2 4F 41
Octal 145 141 354 71 73 0 7 362 117 101
Binary 1100101 1100001 11101100 111001 111011 0 111 11110010 1001111 1000001

Color Harmonies of #6561EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6561EC

Black with #6561EC

Text Example


Text Example

White with #6561EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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