Html Css Color HEX #645DEE Medium Slate Blue

📋 copy color: '#645DEE'

red 100 ◦ green 93 ◦ blue 238

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

Shades of Medium Slate Blue #645DEE

Tints of Medium Slate Blue #645DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.58%

 BLUE value IS 238 (93.36% from 255) = 55.22%

R = 23.2%
G = 21.58%
B = 55.22%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#645DEE (or 0x645DEE) is known color: Medium Slate Blue. HEX triplet: 64, 5D and EE. RGB value is (100,93,238). Sum of RGB (Red+Green+Blue) = 100+93+238=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #645DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645DEE is #9BA211. Grayscale: #6F6F6F. Windows color (decimal): -10199570 or 15621476. OLE color: 15621476.

HSL color Cylindrical-coordinate representation of color #645DEE: hue angle of 242.9º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #645DEE is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 93 238 -
CMYK 0.58 0.61 0 0.07
HSL 242.9º 0.81% 0.65% -
HSV(B) 242.9º 0.61% 0.93% -
XYZ 24.6 16.71 82.82 -
YUV 111.62 199.32 119.71 -
System Red Green Blue C M Y K H S L
Decimal 100 93 238 0.58 0.61 0 0.07 242.9 0.81 0.65
Hex 64 5D EE 3A 3D 0 7 F3 51 41
Octal 144 135 356 72 75 0 7 363 121 101
Binary 1100100 1011101 11101110 111010 111101 0 111 11110011 1010001 1000001

Color Harmonies of #645DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645DEE

Black with #645DEE

Text Example


Text Example

White with #645DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,93,238); }

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

background-color css

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

 a { background-color: rgb(100,93,238); }

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

border-color css

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

 span { border-color: rgb(100,93,238); }

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