Html Css Color HEX #644FE0 Slate Blue

📋 copy color: '#644FE0'

red 100 ◦ green 79 ◦ blue 224

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

Shades of Slate Blue #644FE0

Tints of Slate Blue #644FE0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.6%

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

R = 24.81%
G = 19.6%
B = 55.58%

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

#644FE0 (or 0x644FE0) is known color: Slate Blue. HEX triplet: 64, 4F and E0. RGB value is (100,79,224). Sum of RGB (Red+Green+Blue) = 100+79+224=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #644FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FE0 is #9BB01F. Grayscale: #656565. Windows color (decimal): -10203168 or 14700388. OLE color: 14700388.

HSL color Cylindrical-coordinate representation of color #644FE0: hue angle of 248.69º 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 #644FE0 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 79 224 -
CMYK 0.55 0.65 0 0.12
HSL 248.69º 0.7% 0.59% -
HSV(B) 248.69º 0.65% 0.88% -
XYZ 21.51 13.68 72.03 -
YUV 101.81 196.96 126.71 -
System Red Green Blue C M Y K H S L
Decimal 100 79 224 0.55 0.65 0 0.12 248.69 0.7 0.59
Hex 64 4F E0 37 41 0 C F9 46 3B
Octal 144 117 340 67 101 0 14 371 106 73
Binary 1100100 1001111 11100000 110111 1000001 0 1100 11111001 1000110 111011

Color Harmonies of #644FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644FE0

Black with #644FE0

Text Example


Text Example

White with #644FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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