Html Css Color HEX #645EEB Medium Slate Blue

📋 copy color: '#645EEB'

red 100 ◦ green 94 ◦ blue 235

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

Shades of Medium Slate Blue #645EEB

Tints of Medium Slate Blue #645EEB

RGB

 RED value IS 100 (39.45% from 255) = 23.31%

 GREEN value IS 94 (37.11% from 255) = 21.91%

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

R = 23.31%
G = 21.91%
B = 54.78%

CMYK

 C value IS 0.57

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#645EEB (or 0x645EEB) is known color: Medium Slate Blue. HEX triplet: 64, 5E and EB. RGB value is (100,94,235). Sum of RGB (Red+Green+Blue) = 100+94+235=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #645EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645EEB is #9BA114. Grayscale: #6F6F6F. Windows color (decimal): -10199317 or 15425124. OLE color: 15425124.

HSL color Cylindrical-coordinate representation of color #645EEB: hue angle of 242.55º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #645EEB is Cyan = 0.57, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 94 235 -
CMYK 0.57 0.6 0 0.08
HSL 242.55º 0.78% 0.65% -
HSV(B) 242.55º 0.6% 0.92% -
XYZ 24.25 16.71 80.54 -
YUV 111.87 197.49 119.54 -
System Red Green Blue C M Y K H S L
Decimal 100 94 235 0.57 0.6 0 0.08 242.55 0.78 0.65
Hex 64 5E EB 39 3C 0 8 F3 4E 41
Octal 144 136 353 71 74 0 10 363 116 101
Binary 1100100 1011110 11101011 111001 111100 0 1000 11110011 1001110 1000001

Color Harmonies of #645EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645EEB

Black with #645EEB

Text Example


Text Example

White with #645EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645EEB; }

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

 H1.HeaderClassName
 {
   color: #645EEB;
 }
 .AnyTagClassName
 {
   color: #645EEB;
 }
</style>

background-color css

<style>
 a { background-color: #645EEB; }

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

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

border-color css

<style>
 span { border-color: #645EEB; }

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

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