Html Css Color HEX #644ABE Blue Marguerite

📋 copy color: '#644ABE'

red 100 ◦ green 74 ◦ blue 190

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

Shades of Blue Marguerite #644ABE

Tints of Blue Marguerite #644ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.33%

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 27.47%
G = 20.33%
B = 52.2%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#644ABE (or 0x644ABE) is known color: Blue Marguerite. HEX triplet: 64, 4A and BE. RGB value is (100,74,190). Sum of RGB (Red+Green+Blue) = 100+74+190=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #644ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644ABE is #9BB541. Grayscale: #5E5E5E. Windows color (decimal): -10204482 or 12470884. OLE color: 12470884.

HSL color Cylindrical-coordinate representation of color #644ABE: hue angle of 253.45º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #644ABE is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 74 190 -
CMYK 0.47 0.61 0 0.25
HSL 253.45º 0.47% 0.52% -
HSV(B) 253.45º 0.61% 0.75% -
XYZ 17 11.32 50.01 -
YUV 95 181.61 131.57 -
System Red Green Blue C M Y K H S L
Decimal 100 74 190 0.47 0.61 0 0.25 253.45 0.47 0.52
Hex 64 4A BE 2F 3D 0 19 FD 2F 34
Octal 144 112 276 57 75 0 31 375 57 64
Binary 1100100 1001010 10111110 101111 111101 0 11001 11111101 101111 110100

Color Harmonies of #644ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644ABE

Black with #644ABE

Text Example


Text Example

White with #644ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,74,190); }

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

background-color css

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

 a { background-color: rgb(100,74,190); }

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

border-color css

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

 span { border-color: rgb(100,74,190); }

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