Html Css Color HEX #645ED6 Slate Blue

📋 copy color: '#645ED6'

red 100 ◦ green 94 ◦ blue 214

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

Shades of Slate Blue #645ED6

Tints of Slate Blue #645ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.45%

R = 24.51%
G = 23.04%
B = 52.45%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#645ED6 (or 0x645ED6) is known color: Slate Blue. HEX triplet: 64, 5E and D6. RGB value is (100,94,214). Sum of RGB (Red+Green+Blue) = 100+94+214=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #645ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ED6 is #9BA129. Grayscale: #6D6D6D. Windows color (decimal): -10199338 or 14048868. OLE color: 14048868.

HSL color Cylindrical-coordinate representation of color #645ED6: hue angle of 243º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #645ED6 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 94 214 -
CMYK 0.53 0.56 0 0.16
HSL 243º 0.59% 0.6% -
HSV(B) 243º 0.56% 0.84% -
XYZ 21.4 15.57 65.5 -
YUV 109.47 186.99 121.24 -
System Red Green Blue C M Y K H S L
Decimal 100 94 214 0.53 0.56 0 0.16 243 0.59 0.6
Hex 64 5E D6 35 38 0 10 F3 3B 3C
Octal 144 136 326 65 70 0 20 363 73 74
Binary 1100100 1011110 11010110 110101 111000 0 10000 11110011 111011 111100

Color Harmonies of #645ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645ED6

Black with #645ED6

Text Example


Text Example

White with #645ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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