Html Css Color HEX #644DAD Blue Marguerite

📋 copy color: '#644DAD'

red 100 ◦ green 77 ◦ blue 173

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

Shades of Blue Marguerite #644DAD

Tints of Blue Marguerite #644DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22%

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 28.57%
G = 22%
B = 49.43%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#644DAD (or 0x644DAD) is known color: Blue Marguerite. HEX triplet: 64, 4D and AD. RGB value is (100,77,173). Sum of RGB (Red+Green+Blue) = 100+77+173=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #644DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644DAD is #9BB252. Grayscale: #5E5E5E. Windows color (decimal): -10203731 or 11357540. OLE color: 11357540.

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

Color convert

RGB 100 77 173 -
CMYK 0.42 0.55 0 0.32
HSL 254.38º 0.38% 0.49% -
HSV(B) 254.38º 0.55% 0.68% -
XYZ 15.45 11.03 40.85 -
YUV 94.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 100 77 173 0.42 0.55 0 0.32 254.38 0.38 0.49
Hex 64 4D AD 2A 37 0 20 FE 26 31
Octal 144 115 255 52 67 0 40 376 46 61
Binary 1100100 1001101 10101101 101010 110111 0 100000 11111110 100110 110001

Color Harmonies of #644DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644DAD

Black with #644DAD

Text Example


Text Example

White with #644DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,77,173); }

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

background-color css

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

 a { background-color: rgb(100,77,173); }

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

border-color css

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

 span { border-color: rgb(100,77,173); }

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