Html Css Color HEX #644EE0 Slate Blue

📋 copy color: '#644EE0'

red 100 ◦ green 78 ◦ blue 224

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

Shades of Slate Blue #644EE0

Tints of Slate Blue #644EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.72%

R = 24.88%
G = 19.4%
B = 55.72%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#644EE0 (or 0x644EE0) is known color: Slate Blue. HEX triplet: 64, 4E and E0. RGB value is (100,78,224). Sum of RGB (Red+Green+Blue) = 100+78+224=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #644EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644EE0 is #9BB11F. Grayscale: #646464. Windows color (decimal): -10203424 or 14700132. OLE color: 14700132.

HSL color Cylindrical-coordinate representation of color #644EE0: hue angle of 249.04º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #644EE0 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 78 224 -
CMYK 0.55 0.65 0 0.12
HSL 249.04º 0.7% 0.59% -
HSV(B) 249.04º 0.65% 0.88% -
XYZ 21.43 13.54 72 -
YUV 101.22 197.29 127.13 -
System Red Green Blue C M Y K H S L
Decimal 100 78 224 0.55 0.65 0 0.12 249.04 0.7 0.59
Hex 64 4E E0 37 41 0 C F9 46 3B
Octal 144 116 340 67 101 0 14 371 106 73
Binary 1100100 1001110 11100000 110111 1000001 0 1100 11111001 1000110 111011

Color Harmonies of #644EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644EE0

Black with #644EE0

Text Example


Text Example

White with #644EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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