Html Css Color HEX #644AB9 Blue Marguerite

📋 copy color: '#644AB9'

red 100 ◦ green 74 ◦ blue 185

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

Shades of Blue Marguerite #644AB9

Tints of Blue Marguerite #644AB9

RGB

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

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

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

R = 27.86%
G = 20.61%
B = 51.53%

CMYK

 C value IS 0.46

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#644AB9 (or 0x644AB9) is known color: Blue Marguerite. HEX triplet: 64, 4A and B9. RGB value is (100,74,185). Sum of RGB (Red+Green+Blue) = 100+74+185=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #644AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644AB9 is #9BB546. Grayscale: #5E5E5E. Windows color (decimal): -10204487 or 12143204. OLE color: 12143204.

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

Color convert

RGB 100 74 185 -
CMYK 0.46 0.6 0 0.27
HSL 254.05º 0.44% 0.51% -
HSV(B) 254.05º 0.6% 0.73% -
XYZ 16.46 11.11 47.18 -
YUV 94.43 179.11 131.97 -
System Red Green Blue C M Y K H S L
Decimal 100 74 185 0.46 0.6 0 0.27 254.05 0.44 0.51
Hex 64 4A B9 2E 3C 0 1B FE 2C 33
Octal 144 112 271 56 74 0 33 376 54 63
Binary 1100100 1001010 10111001 101110 111100 0 11011 11111110 101100 110011

Color Harmonies of #644AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644AB9

Black with #644AB9

Text Example


Text Example

White with #644AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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