Html Css Color HEX #6564EB Medium Slate Blue

📋 copy color: '#6564EB'

red 101 ◦ green 100 ◦ blue 235

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

Shades of Medium Slate Blue #6564EB

Tints of Medium Slate Blue #6564EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.94%

 BLUE value IS 235 (92.19% from 255) = 53.9%

R = 23.17%
G = 22.94%
B = 53.9%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6564EB (or 0x6564EB) is known color: Medium Slate Blue. HEX triplet: 65, 64 and EB. RGB value is (101,100,235). Sum of RGB (Red+Green+Blue) = 101+100+235=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #6564EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6564EB is #9A9B14. Grayscale: #737373. Windows color (decimal): -10132245 or 15426661. OLE color: 15426661.

HSL color Cylindrical-coordinate representation of color #6564EB: hue angle of 240.44º 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 #6564EB is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 100 235 -
CMYK 0.57 0.57 0 0.08
HSL 240.44º 0.77% 0.66% -
HSV(B) 240.44º 0.57% 0.92% -
XYZ 24.92 17.88 80.73 -
YUV 115.69 195.33 117.52 -
System Red Green Blue C M Y K H S L
Decimal 101 100 235 0.57 0.57 0 0.08 240.44 0.77 0.66
Hex 65 64 EB 39 39 0 8 F0 4D 42
Octal 145 144 353 71 71 0 10 360 115 102
Binary 1100101 1100100 11101011 111001 111001 0 1000 11110000 1001101 1000010

Color Harmonies of #6564EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6564EB

Black with #6564EB

Text Example


Text Example

White with #6564EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6564EB;
 }
 .AnyTagClassName
 {
   color: #6564EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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