Html Css Color HEX #644AB8 Blue Marguerite

📋 copy color: '#644AB8'

red 100 ◦ green 74 ◦ blue 184

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

Shades of Blue Marguerite #644AB8

Tints of Blue Marguerite #644AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.4%

R = 27.93%
G = 20.67%
B = 51.4%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#644AB8 (or 0x644AB8) is known color: Blue Marguerite. HEX triplet: 64, 4A and B8. RGB value is (100,74,184). Sum of RGB (Red+Green+Blue) = 100+74+184=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #644AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644AB8 is #9BB547. Grayscale: #5D5D5D. Windows color (decimal): -10204488 or 12077668. OLE color: 12077668.

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

Color convert

RGB 100 74 184 -
CMYK 0.46 0.60 0 0.28
HSL 254.18º 0.44% 0.51% -
HSV(B) 254.18º 0.6% 0.72% -
XYZ 16.36 11.07 46.62 -
YUV 94.31 178.61 132.06 -
System Red Green Blue C M Y K H S L
Decimal 100 74 184 0.46 0.60 0 0.28 254.18 0.44 0.51
Hex 64 4A B8 2E 3C 0 1C FE 2C 33
Octal 144 112 270 56 74 0 34 376 54 63
Binary 1100100 1001010 10111000 101110 111100 0 11100 11111110 101100 110011

Color Harmonies of #644AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644AB8

Black with #644AB8

Text Example


Text Example

White with #644AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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