Html Css Color HEX #644FB8 Blue Marguerite

📋 copy color: '#644FB8'

red 100 ◦ green 79 ◦ blue 184

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

Shades of Blue Marguerite #644FB8

Tints of Blue Marguerite #644FB8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.76%

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

R = 27.55%
G = 21.76%
B = 50.69%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#644FB8 (or 0x644FB8) is known color: Blue Marguerite. HEX triplet: 64, 4F and B8. RGB value is (100,79,184). Sum of RGB (Red+Green+Blue) = 100+79+184=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #644FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FB8 is #9BB047. Grayscale: #606060. Windows color (decimal): -10203208 or 12078948. OLE color: 12078948.

HSL color Cylindrical-coordinate representation of color #644FB8: hue angle of 252º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #644FB8 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 100 79 184 -
CMYK 0.46 0.57 0 0.28
HSL 252º 0.43% 0.52% -
HSV(B) 252º 0.57% 0.72% -
XYZ 16.7 11.76 46.74 -
YUV 97.25 176.96 129.96 -
System Red Green Blue C M Y K H S L
Decimal 100 79 184 0.46 0.57 0 0.28 252 0.43 0.52
Hex 64 4F B8 2E 39 0 1C FC 2B 34
Octal 144 117 270 56 71 0 34 374 53 64
Binary 1100100 1001111 10111000 101110 111001 0 11100 11111100 101011 110100

Color Harmonies of #644FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644FB8

Black with #644FB8

Text Example


Text Example

White with #644FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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