Html Css Color HEX #645EEE Medium Slate Blue

📋 copy color: '#645EEE'

red 100 ◦ green 94 ◦ blue 238

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

Shades of Medium Slate Blue #645EEE

Tints of Medium Slate Blue #645EEE

RGB

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

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

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

R = 23.15%
G = 21.76%
B = 55.09%

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

#645EEE (or 0x645EEE) is known color: Medium Slate Blue. HEX triplet: 64, 5E and EE. RGB value is (100,94,238). Sum of RGB (Red+Green+Blue) = 100+94+238=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #645EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645EEE is #9BA111. Grayscale: #6F6F6F. Windows color (decimal): -10199314 or 15621732. OLE color: 15621732.

HSL color Cylindrical-coordinate representation of color #645EEE: hue angle of 242.5º 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 #645EEE is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 94 238 -
CMYK 0.58 0.61 0 0.07
HSL 242.5º 0.81% 0.65% -
HSV(B) 242.5º 0.61% 0.93% -
XYZ 24.69 16.89 82.85 -
YUV 112.21 198.99 119.29 -
System Red Green Blue C M Y K H S L
Decimal 100 94 238 0.58 0.61 0 0.07 242.5 0.81 0.65
Hex 64 5E EE 3A 3D 0 7 F2 51 41
Octal 144 136 356 72 75 0 7 362 121 101
Binary 1100100 1011110 11101110 111010 111101 0 111 11110010 1010001 1000001

Color Harmonies of #645EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645EEE

Black with #645EEE

Text Example


Text Example

White with #645EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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