Html Css Color HEX #644DB9 Blue Marguerite

📋 copy color: '#644DB9'

red 100 ◦ green 77 ◦ blue 185

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

Shades of Blue Marguerite #644DB9

Tints of Blue Marguerite #644DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.1%

R = 27.62%
G = 21.27%
B = 51.1%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#644DB9 (or 0x644DB9) is known color: Blue Marguerite. HEX triplet: 64, 4D and B9. RGB value is (100,77,185). Sum of RGB (Red+Green+Blue) = 100+77+185=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #644DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DB9 is #9BB246. Grayscale: #5F5F5F. Windows color (decimal): -10203719 or 12143972. OLE color: 12143972.

HSL color Cylindrical-coordinate representation of color #644DB9: hue angle of 252.78º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #644DB9 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 77 185 -
CMYK 0.46 0.58 0 0.27
HSL 252.78º 0.44% 0.51% -
HSV(B) 252.78º 0.58% 0.73% -
XYZ 16.67 11.52 47.24 -
YUV 96.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 100 77 185 0.46 0.58 0 0.27 252.78 0.44 0.51
Hex 64 4D B9 2E 3A 0 1B FD 2C 33
Octal 144 115 271 56 72 0 33 375 54 63
Binary 1100100 1001101 10111001 101110 111010 0 11011 11111101 101100 110011

Color Harmonies of #644DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644DB9

Black with #644DB9

Text Example


Text Example

White with #644DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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