Html Css Color HEX #645AEA Medium Slate Blue

📋 copy color: '#645AEA'

red 100 ◦ green 90 ◦ blue 234

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

Shades of Medium Slate Blue #645AEA

Tints of Medium Slate Blue #645AEA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.23%

 BLUE value IS 234 (91.8% from 255) = 55.19%

R = 23.58%
G = 21.23%
B = 55.19%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#645AEA (or 0x645AEA) is known color: Medium Slate Blue. HEX triplet: 64, 5A and EA. RGB value is (100,90,234). Sum of RGB (Red+Green+Blue) = 100+90+234=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #645AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #645AEA is #9BA515. Grayscale: #6C6C6C. Windows color (decimal): -10200342 or 15358564. OLE color: 15358564.

HSL color Cylindrical-coordinate representation of color #645AEA: hue angle of 244.17º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #645AEA is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 90 234 -
CMYK 0.57 0.62 0 0.08
HSL 244.17º 0.77% 0.64% -
HSV(B) 244.17º 0.62% 0.92% -
XYZ 23.76 15.96 79.67 -
YUV 109.41 198.31 121.29 -
System Red Green Blue C M Y K H S L
Decimal 100 90 234 0.57 0.62 0 0.08 244.17 0.77 0.64
Hex 64 5A EA 39 3E 0 8 F4 4D 40
Octal 144 132 352 71 76 0 10 364 115 100
Binary 1100100 1011010 11101010 111001 111110 0 1000 11110100 1001101 1000000

Color Harmonies of #645AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645AEA

Black with #645AEA

Text Example


Text Example

White with #645AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,90,234); }

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

background-color css

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

 a { background-color: rgb(100,90,234); }

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

border-color css

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

 span { border-color: rgb(100,90,234); }

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