Html Css Color HEX #645FEE Medium Slate Blue

📋 copy color: '#645FEE'

red 100 ◦ green 95 ◦ blue 238

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

Shades of Medium Slate Blue #645FEE

Tints of Medium Slate Blue #645FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.94%

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

R = 23.09%
G = 21.94%
B = 54.97%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#645FEE (or 0x645FEE) is known color: Medium Slate Blue. HEX triplet: 64, 5F and EE. RGB value is (100,95,238). Sum of RGB (Red+Green+Blue) = 100+95+238=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #645FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645FEE is #9BA011. Grayscale: #707070. Windows color (decimal): -10199058 or 15621988. OLE color: 15621988.

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

Color convert

RGB 100 95 238 -
CMYK 0.58 0.60 0 0.07
HSL 242.1º 0.81% 0.65% -
HSV(B) 242.1º 0.6% 0.93% -
XYZ 24.78 17.07 82.88 -
YUV 112.8 198.66 118.87 -
System Red Green Blue C M Y K H S L
Decimal 100 95 238 0.58 0.60 0 0.07 242.1 0.81 0.65
Hex 64 5F EE 3A 3C 0 7 F2 51 41
Octal 144 137 356 72 74 0 7 362 121 101
Binary 1100100 1011111 11101110 111010 111100 0 111 11110010 1010001 1000001

Color Harmonies of #645FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645FEE

Black with #645FEE

Text Example


Text Example

White with #645FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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