Html Css Color HEX #645FEF Medium Slate Blue

📋 copy color: '#645FEF'

red 100 ◦ green 95 ◦ blue 239

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

Shades of Medium Slate Blue #645FEF

Tints of Medium Slate Blue #645FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 23.04%
G = 21.89%
B = 55.07%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#645FEF (or 0x645FEF) is known color: Medium Slate Blue. HEX triplet: 64, 5F and EF. RGB value is (100,95,239). Sum of RGB (Red+Green+Blue) = 100+95+239=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #645FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645FEF is #9BA010. Grayscale: #707070. Windows color (decimal): -10199057 or 15687524. OLE color: 15687524.

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

Color convert

RGB 100 95 239 -
CMYK 0.58 0.60 0 0.06
HSL 242.08º 0.82% 0.65% -
HSV(B) 242.08º 0.6% 0.94% -
XYZ 24.93 17.13 83.65 -
YUV 112.91 199.16 118.79 -
System Red Green Blue C M Y K H S L
Decimal 100 95 239 0.58 0.60 0 0.06 242.08 0.82 0.65
Hex 64 5F EF 3A 3C 0 6 F2 52 41
Octal 144 137 357 72 74 0 6 362 122 101
Binary 1100100 1011111 11101111 111010 111100 0 110 11110010 1010010 1000001

Color Harmonies of #645FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645FEF

Black with #645FEF

Text Example


Text Example

White with #645FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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