Html Css Color HEX #644CB6 Blue Marguerite

📋 copy color: '#644CB6'

red 100 ◦ green 76 ◦ blue 182

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

Shades of Blue Marguerite #644CB6

Tints of Blue Marguerite #644CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.84%

R = 27.93%
G = 21.23%
B = 50.84%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#644CB6 (or 0x644CB6) is known color: Blue Marguerite. HEX triplet: 64, 4C and B6. RGB value is (100,76,182). Sum of RGB (Red+Green+Blue) = 100+76+182=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #644CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644CB6 is #9BB349. Grayscale: #5E5E5E. Windows color (decimal): -10203978 or 11947108. OLE color: 11947108.

HSL color Cylindrical-coordinate representation of color #644CB6: hue angle of 253.58º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #644CB6 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 76 182 -
CMYK 0.45 0.58 0 0.29
HSL 253.58º 0.42% 0.51% -
HSV(B) 253.58º 0.58% 0.71% -
XYZ 16.28 11.26 45.57 -
YUV 95.26 176.95 131.38 -
System Red Green Blue C M Y K H S L
Decimal 100 76 182 0.45 0.58 0 0.29 253.58 0.42 0.51
Hex 64 4C B6 2D 3A 0 1D FE 2A 33
Octal 144 114 266 55 72 0 35 376 52 63
Binary 1100100 1001100 10110110 101101 111010 0 11101 11111110 101010 110011

Color Harmonies of #644CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644CB6

Black with #644CB6

Text Example


Text Example

White with #644CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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