Html Css Color HEX #644EAC Blue Marguerite

📋 copy color: '#644EAC'

red 100 ◦ green 78 ◦ blue 172

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

Shades of Blue Marguerite #644EAC

Tints of Blue Marguerite #644EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 28.57%
G = 22.29%
B = 49.14%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#644EAC (or 0x644EAC) is known color: Blue Marguerite. HEX triplet: 64, 4E and AC. RGB value is (100,78,172). Sum of RGB (Red+Green+Blue) = 100+78+172=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #644EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644EAC is #9BB153. Grayscale: #5E5E5E. Windows color (decimal): -10203476 or 11292260. OLE color: 11292260.

HSL color Cylindrical-coordinate representation of color #644EAC: hue angle of 254.04º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #644EAC is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 78 172 -
CMYK 0.42 0.55 0 0.33
HSL 254.04º 0.38% 0.49% -
HSV(B) 254.04º 0.55% 0.67% -
XYZ 15.43 11.14 40.37 -
YUV 95.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 100 78 172 0.42 0.55 0 0.33 254.04 0.38 0.49
Hex 64 4E AC 2A 37 0 21 FE 26 31
Octal 144 116 254 52 67 0 41 376 46 61
Binary 1100100 1001110 10101100 101010 110111 0 100001 11111110 100110 110001

Color Harmonies of #644EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644EAC

Black with #644EAC

Text Example


Text Example

White with #644EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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