Html Css Color HEX #644AE2 Slate Blue

📋 copy color: '#644AE2'

red 100 ◦ green 74 ◦ blue 226

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

Shades of Slate Blue #644AE2

Tints of Slate Blue #644AE2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.5%

 BLUE value IS 226 (88.67% from 255) = 56.5%

R = 25%
G = 18.5%
B = 56.5%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#644AE2 (or 0x644AE2) is known color: Slate Blue. HEX triplet: 64, 4A and E2. RGB value is (100,74,226). Sum of RGB (Red+Green+Blue) = 100+74+226=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 226 (88.67% from 255 or 56.5% from 400); Max value from RGB is 226 - color contains mainly: blue. Hex color #644AE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644AE2 is #9BB51D. Grayscale: #626262. Windows color (decimal): -10204446 or 14830180. OLE color: 14830180.

HSL color Cylindrical-coordinate representation of color #644AE2: hue angle of 250.26º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #644AE2 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 74 226 -
CMYK 0.56 0.67 0 0.11
HSL 250.26º 0.72% 0.59% -
HSV(B) 250.26º 0.67% 0.89% -
XYZ 21.43 13.1 73.35 -
YUV 99.1 199.61 128.64 -
System Red Green Blue C M Y K H S L
Decimal 100 74 226 0.56 0.67 0 0.11 250.26 0.72 0.59
Hex 64 4A E2 38 43 0 B FA 48 3B
Octal 144 112 342 70 103 0 13 372 110 73
Binary 1100100 1001010 11100010 111000 1000011 0 1011 11111010 1001000 111011

Color Harmonies of #644AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644AE2

Black with #644AE2

Text Example


Text Example

White with #644AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,74,226); }

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

background-color css

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

 a { background-color: rgb(100,74,226); }

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

border-color css

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

 span { border-color: rgb(100,74,226); }

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