Html Css Color HEX #645FF0 Medium Slate Blue

📋 copy color: '#645FF0'

red 100 ◦ green 95 ◦ blue 240

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

Shades of Medium Slate Blue #645FF0

Tints of Medium Slate Blue #645FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.17%

R = 22.99%
G = 21.84%
B = 55.17%

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

#645FF0 (or 0x645FF0) is known color: Medium Slate Blue. HEX triplet: 64, 5F and F0. RGB value is (100,95,240). Sum of RGB (Red+Green+Blue) = 100+95+240=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #645FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645FF0 is #9BA00F. Grayscale: #707070. Windows color (decimal): -10199056 or 15753060. OLE color: 15753060.

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

Color convert

RGB 100 95 240 -
CMYK 0.58 0.60 0 0.06
HSL 242.07º 0.83% 0.66% -
HSV(B) 242.07º 0.6% 0.94% -
XYZ 25.08 17.19 84.43 -
YUV 113.03 199.66 118.71 -
System Red Green Blue C M Y K H S L
Decimal 100 95 240 0.58 0.60 0 0.06 242.07 0.83 0.66
Hex 64 5F F0 3A 3C 0 6 F2 53 42
Octal 144 137 360 72 74 0 6 362 123 102
Binary 1100100 1011111 11110000 111010 111100 0 110 11110010 1010011 1000010

Color Harmonies of #645FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645FF0

Black with #645FF0

Text Example


Text Example

White with #645FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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