Html Css Color HEX #645FEB Medium Slate Blue

📋 copy color: '#645FEB'

red 100 ◦ green 95 ◦ blue 235

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

Shades of Medium Slate Blue #645FEB

Tints of Medium Slate Blue #645FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 23.26%
G = 22.09%
B = 54.65%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#645FEB (or 0x645FEB) is known color: Medium Slate Blue. HEX triplet: 64, 5F and EB. RGB value is (100,95,235). Sum of RGB (Red+Green+Blue) = 100+95+235=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #645FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645FEB is #9BA014. Grayscale: #6F6F6F. Windows color (decimal): -10199061 or 15425380. OLE color: 15425380.

HSL color Cylindrical-coordinate representation of color #645FEB: hue angle of 242.14º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #645FEB is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 95 235 -
CMYK 0.57 0.60 0 0.08
HSL 242.14º 0.78% 0.65% -
HSV(B) 242.14º 0.6% 0.92% -
XYZ 24.34 16.89 80.57 -
YUV 112.46 197.16 119.12 -
System Red Green Blue C M Y K H S L
Decimal 100 95 235 0.57 0.60 0 0.08 242.14 0.78 0.65
Hex 64 5F EB 39 3C 0 8 F2 4E 41
Octal 144 137 353 71 74 0 10 362 116 101
Binary 1100100 1011111 11101011 111001 111100 0 1000 11110010 1001110 1000001

Color Harmonies of #645FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645FEB

Black with #645FEB

Text Example


Text Example

White with #645FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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