Html Css Color HEX #645CEF Medium Slate Blue

📋 copy color: '#645CEF'

red 100 ◦ green 92 ◦ blue 239

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

Shades of Medium Slate Blue #645CEF

Tints of Medium Slate Blue #645CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.35%

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

R = 23.2%
G = 21.35%
B = 55.45%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#645CEF (or 0x645CEF) is known color: Medium Slate Blue. HEX triplet: 64, 5C and EF. RGB value is (100,92,239). Sum of RGB (Red+Green+Blue) = 100+92+239=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #645CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645CEF is #9BA310. Grayscale: #6E6E6E. Windows color (decimal): -10199825 or 15686756. OLE color: 15686756.

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

Color convert

RGB 100 92 239 -
CMYK 0.58 0.62 0 0.06
HSL 243.27º 0.82% 0.65% -
HSV(B) 243.27º 0.62% 0.94% -
XYZ 24.66 16.6 83.56 -
YUV 111.15 200.15 120.05 -
System Red Green Blue C M Y K H S L
Decimal 100 92 239 0.58 0.62 0 0.06 243.27 0.82 0.65
Hex 64 5C EF 3A 3E 0 6 F3 52 41
Octal 144 134 357 72 76 0 6 363 122 101
Binary 1100100 1011100 11101111 111010 111110 0 110 11110011 1010010 1000001

Color Harmonies of #645CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645CEF

Black with #645CEF

Text Example


Text Example

White with #645CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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