Html Css Color HEX #645ED9 Slate Blue

📋 copy color: '#645ED9'

red 100 ◦ green 94 ◦ blue 217

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

Shades of Slate Blue #645ED9

Tints of Slate Blue #645ED9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.87%

 BLUE value IS 217 (85.16% from 255) = 52.8%

R = 24.33%
G = 22.87%
B = 52.8%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#645ED9 (or 0x645ED9) is known color: Slate Blue. HEX triplet: 64, 5E and D9. RGB value is (100,94,217). Sum of RGB (Red+Green+Blue) = 100+94+217=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 217 (85.16% from 255 or 52.80% from 411); Max value from RGB is 217 - color contains mainly: blue. Hex color #645ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ED9 is #9BA126. Grayscale: #6D6D6D. Windows color (decimal): -10199335 or 14245476. OLE color: 14245476.

HSL color Cylindrical-coordinate representation of color #645ED9: hue angle of 242.93º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #645ED9 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 94 217 -
CMYK 0.54 0.57 0 0.15
HSL 242.93º 0.62% 0.61% -
HSV(B) 242.93º 0.57% 0.85% -
XYZ 21.78 15.72 67.53 -
YUV 109.82 188.49 121 -
System Red Green Blue C M Y K H S L
Decimal 100 94 217 0.54 0.57 0 0.15 242.93 0.62 0.61
Hex 64 5E D9 36 39 0 F F3 3E 3D
Octal 144 136 331 66 71 0 17 363 76 75
Binary 1100100 1011110 11011001 110110 111001 0 1111 11110011 111110 111101

Color Harmonies of #645ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645ED9

Black with #645ED9

Text Example


Text Example

White with #645ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,94,217); }

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

background-color css

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

 a { background-color: rgb(100,94,217); }

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

border-color css

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

 span { border-color: rgb(100,94,217); }

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