Html Css Color HEX #644FBA Blue Marguerite

📋 copy color: '#644FBA'

red 100 ◦ green 79 ◦ blue 186

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

Shades of Blue Marguerite #644FBA

Tints of Blue Marguerite #644FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 27.4%
G = 21.64%
B = 50.96%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#644FBA (or 0x644FBA) is known color: Blue Marguerite. HEX triplet: 64, 4F and BA. RGB value is (100,79,186). Sum of RGB (Red+Green+Blue) = 100+79+186=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #644FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FBA is #9BB045. Grayscale: #616161. Windows color (decimal): -10203206 or 12210020. OLE color: 12210020.

HSL color Cylindrical-coordinate representation of color #644FBA: hue angle of 251.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #644FBA is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 79 186 -
CMYK 0.46 0.58 0 0.27
HSL 251.78º 0.44% 0.52% -
HSV(B) 251.78º 0.58% 0.73% -
XYZ 16.91 11.85 47.85 -
YUV 97.48 177.96 129.8 -
System Red Green Blue C M Y K H S L
Decimal 100 79 186 0.46 0.58 0 0.27 251.78 0.44 0.52
Hex 64 4F BA 2E 3A 0 1B FC 2C 34
Octal 144 117 272 56 72 0 33 374 54 64
Binary 1100100 1001111 10111010 101110 111010 0 11011 11111100 101100 110100

Color Harmonies of #644FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644FBA

Black with #644FBA

Text Example


Text Example

White with #644FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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