Html Css Color HEX #644EC2 Slate Blue

📋 copy color: '#644EC2'

red 100 ◦ green 78 ◦ blue 194

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

Shades of Slate Blue #644EC2

Tints of Slate Blue #644EC2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.97%

 BLUE value IS 194 (76.17% from 255) = 52.15%

R = 26.88%
G = 20.97%
B = 52.15%

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

#644EC2 (or 0x644EC2) is known color: Slate Blue. HEX triplet: 64, 4E and C2. RGB value is (100,78,194). Sum of RGB (Red+Green+Blue) = 100+78+194=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #644EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644EC2 is #9BB13D. Grayscale: #616161. Windows color (decimal): -10203454 or 12734052. OLE color: 12734052.

HSL color Cylindrical-coordinate representation of color #644EC2: hue angle of 251.38º degrees, saturation: 0.49, 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 #644EC2 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 78 194 -
CMYK 0.48 0.60 0 0.24
HSL 251.38º 0.49% 0.53% -
HSV(B) 251.38º 0.6% 0.76% -
XYZ 17.72 12.05 52.43 -
YUV 97.8 182.29 129.57 -
System Red Green Blue C M Y K H S L
Decimal 100 78 194 0.48 0.60 0 0.24 251.38 0.49 0.53
Hex 64 4E C2 30 3C 0 18 FB 31 35
Octal 144 116 302 60 74 0 30 373 61 65
Binary 1100100 1001110 11000010 110000 111100 0 11000 11111011 110001 110101

Color Harmonies of #644EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644EC2

Black with #644EC2

Text Example


Text Example

White with #644EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,78,194); }

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

background-color css

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

 a { background-color: rgb(100,78,194); }

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

border-color css

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

 span { border-color: rgb(100,78,194); }

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