Html Css Color HEX #644DC1 Slate Blue

📋 copy color: '#644DC1'

red 100 ◦ green 77 ◦ blue 193

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

Shades of Slate Blue #644DC1

Tints of Slate Blue #644DC1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.81%

 BLUE value IS 193 (75.78% from 255) = 52.16%

R = 27.03%
G = 20.81%
B = 52.16%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#644DC1 (or 0x644DC1) is known color: Slate Blue. HEX triplet: 64, 4D and C1. RGB value is (100,77,193). Sum of RGB (Red+Green+Blue) = 100+77+193=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #644DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DC1 is #9BB23E. Grayscale: #606060. Windows color (decimal): -10203711 or 12668260. OLE color: 12668260.

HSL color Cylindrical-coordinate representation of color #644DC1: hue angle of 251.9º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #644DC1 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 77 193 -
CMYK 0.48 0.60 0 0.24
HSL 251.9º 0.48% 0.53% -
HSV(B) 251.9º 0.6% 0.76% -
XYZ 17.54 11.87 51.82 -
YUV 97.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 100 77 193 0.48 0.60 0 0.24 251.9 0.48 0.53
Hex 64 4D C1 30 3C 0 18 FC 30 35
Octal 144 115 301 60 74 0 30 374 60 65
Binary 1100100 1001101 11000001 110000 111100 0 11000 11111100 110000 110101

Color Harmonies of #644DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644DC1

Black with #644DC1

Text Example


Text Example

White with #644DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644DC1; }

 p { color: rgb(100,77,193); }

 H1.HeaderClassName
 {
   color: #644DC1;
 }
 .AnyTagClassName
 {
   color: #644DC1;
 }
</style>

background-color css

<style>
 a { background-color: #644DC1; }

 a { background-color: rgb(100,77,193); }

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

border-color css

<style>
 span { border-color: #644DC1; }

 span { border-color: rgb(100,77,193); }

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