Html Css Color HEX #644FBC Blue Marguerite

📋 copy color: '#644FBC'

red 100 ◦ green 79 ◦ blue 188

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

Shades of Blue Marguerite #644FBC

Tints of Blue Marguerite #644FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 27.25%
G = 21.53%
B = 51.23%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#644FBC (or 0x644FBC) is known color: Blue Marguerite. HEX triplet: 64, 4F and BC. RGB value is (100,79,188). Sum of RGB (Red+Green+Blue) = 100+79+188=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #644FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FBC is #9BB043. Grayscale: #616161. Windows color (decimal): -10203204 or 12341092. OLE color: 12341092.

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

Color convert

RGB 100 79 188 -
CMYK 0.47 0.58 0 0.26
HSL 251.56º 0.45% 0.52% -
HSV(B) 251.56º 0.58% 0.74% -
XYZ 17.13 11.93 48.98 -
YUV 97.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 100 79 188 0.47 0.58 0 0.26 251.56 0.45 0.52
Hex 64 4F BC 2F 3A 0 1A FC 2D 34
Octal 144 117 274 57 72 0 32 374 55 64
Binary 1100100 1001111 10111100 101111 111010 0 11010 11111100 101101 110100

Color Harmonies of #644FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644FBC

Black with #644FBC

Text Example


Text Example

White with #644FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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