Html Css Color HEX #644CB0 Blue Marguerite

📋 copy color: '#644CB0'

red 100 ◦ green 76 ◦ blue 176

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

Shades of Blue Marguerite #644CB0

Tints of Blue Marguerite #644CB0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.59%

 BLUE value IS 176 (69.14% from 255) = 50%

R = 28.41%
G = 21.59%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#644CB0 (or 0x644CB0) is known color: Blue Marguerite. HEX triplet: 64, 4C and B0. RGB value is (100,76,176). Sum of RGB (Red+Green+Blue) = 100+76+176=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 176 (69.14% from 255 or 50% from 352); Max value from RGB is 176 - color contains mainly: blue. Hex color #644CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644CB0 is #9BB34F. Grayscale: #5E5E5E. Windows color (decimal): -10203984 or 11553892. OLE color: 11553892.

HSL color Cylindrical-coordinate representation of color #644CB0: hue angle of 254.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #644CB0 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 76 176 -
CMYK 0.43 0.57 0 0.31
HSL 254.4º 0.4% 0.49% -
HSV(B) 254.4º 0.57% 0.69% -
XYZ 15.68 11.01 42.37 -
YUV 94.58 173.95 131.87 -
System Red Green Blue C M Y K H S L
Decimal 100 76 176 0.43 0.57 0 0.31 254.4 0.4 0.49
Hex 64 4C B0 2B 39 0 1F FE 28 31
Octal 144 114 260 53 71 0 37 376 50 61
Binary 1100100 1001100 10110000 101011 111001 0 11111 11111110 101000 110001

Color Harmonies of #644CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644CB0

Black with #644CB0

Text Example


Text Example

White with #644CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,76,176); }

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

background-color css

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

 a { background-color: rgb(100,76,176); }

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

border-color css

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

 span { border-color: rgb(100,76,176); }

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