Html Css Color HEX #644EDD Slate Blue

📋 copy color: '#644EDD'

red 100 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #644EDD

Tints of Slate Blue #644EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 25.06%
G = 19.55%
B = 55.39%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#644EDD (or 0x644EDD) is known color: Slate Blue. HEX triplet: 64, 4E and DD. RGB value is (100,78,221). Sum of RGB (Red+Green+Blue) = 100+78+221=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #644EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644EDD is #9BB122. Grayscale: #646464. Windows color (decimal): -10203427 or 14503524. OLE color: 14503524.

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

Color convert

RGB 100 78 221 -
CMYK 0.55 0.65 0 0.13
HSL 249.23º 0.68% 0.59% -
HSV(B) 249.23º 0.65% 0.87% -
XYZ 21.03 13.38 69.88 -
YUV 100.88 195.79 127.37 -
System Red Green Blue C M Y K H S L
Decimal 100 78 221 0.55 0.65 0 0.13 249.23 0.68 0.59
Hex 64 4E DD 37 41 0 D F9 44 3B
Octal 144 116 335 67 101 0 15 371 104 73
Binary 1100100 1001110 11011101 110111 1000001 0 1101 11111001 1000100 111011

Color Harmonies of #644EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644EDD

Black with #644EDD

Text Example


Text Example

White with #644EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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