Html Css Color HEX #644BB2 Blue Marguerite

📋 copy color: '#644BB2'

red 100 ◦ green 75 ◦ blue 178

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

Shades of Blue Marguerite #644BB2

Tints of Blue Marguerite #644BB2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.25%

 BLUE value IS 178 (69.92% from 255) = 50.42%

R = 28.33%
G = 21.25%
B = 50.42%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#644BB2 (or 0x644BB2) is known color: Blue Marguerite. HEX triplet: 64, 4B and B2. RGB value is (100,75,178). Sum of RGB (Red+Green+Blue) = 100+75+178=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #644BB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644BB2 is #9BB44D. Grayscale: #5D5D5D. Windows color (decimal): -10204238 or 11684708. OLE color: 11684708.

HSL color Cylindrical-coordinate representation of color #644BB2: hue angle of 254.56º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #644BB2 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 100 75 178 -
CMYK 0.44 0.58 0 0.30
HSL 254.56º 0.41% 0.5% -
HSV(B) 254.56º 0.58% 0.7% -
XYZ 15.81 10.96 43.4 -
YUV 94.22 175.28 132.12 -
System Red Green Blue C M Y K H S L
Decimal 100 75 178 0.44 0.58 0 0.30 254.56 0.41 0.5
Hex 64 4B B2 2C 3A 0 1E FF 29 32
Octal 144 113 262 54 72 0 36 377 51 62
Binary 1100100 1001011 10110010 101100 111010 0 11110 11111111 101001 110010

Color Harmonies of #644BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644BB2

Black with #644BB2

Text Example


Text Example

White with #644BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,75,178); }

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

background-color css

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

 a { background-color: rgb(100,75,178); }

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

border-color css

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

 span { border-color: rgb(100,75,178); }

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