Html Css Color HEX #644DBD Blue Marguerite

📋 copy color: '#644DBD'

red 100 ◦ green 77 ◦ blue 189

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

Shades of Blue Marguerite #644DBD

Tints of Blue Marguerite #644DBD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.04%

 BLUE value IS 189 (74.22% from 255) = 51.64%

R = 27.32%
G = 21.04%
B = 51.64%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#644DBD (or 0x644DBD) is known color: Blue Marguerite. HEX triplet: 64, 4D and BD. RGB value is (100,77,189). Sum of RGB (Red+Green+Blue) = 100+77+189=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #644DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DBD is #9BB242. Grayscale: #606060. Windows color (decimal): -10203715 or 12406116. OLE color: 12406116.

HSL color Cylindrical-coordinate representation of color #644DBD: hue angle of 252.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #644DBD is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 77 189 -
CMYK 0.47 0.59 0 0.26
HSL 252.32º 0.46% 0.52% -
HSV(B) 252.32º 0.59% 0.74% -
XYZ 17.09 11.69 49.5 -
YUV 96.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 100 77 189 0.47 0.59 0 0.26 252.32 0.46 0.52
Hex 64 4D BD 2F 3B 0 1A FC 2E 34
Octal 144 115 275 57 73 0 32 374 56 64
Binary 1100100 1001101 10111101 101111 111011 0 11010 11111100 101110 110100

Color Harmonies of #644DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644DBD

Black with #644DBD

Text Example


Text Example

White with #644DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,77,189); }

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

background-color css

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

 a { background-color: rgb(100,77,189); }

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

border-color css

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

 span { border-color: rgb(100,77,189); }

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