Html Css Color HEX #644CBA Blue Marguerite

📋 copy color: '#644CBA'

red 100 ◦ green 76 ◦ blue 186

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

Shades of Blue Marguerite #644CBA

Tints of Blue Marguerite #644CBA

RGB

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

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

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

R = 27.62%
G = 20.99%
B = 51.38%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#644CBA (or 0x644CBA) is known color: Blue Marguerite. HEX triplet: 64, 4C and BA. RGB value is (100,76,186). Sum of RGB (Red+Green+Blue) = 100+76+186=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #644CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644CBA is #9BB345. Grayscale: #5F5F5F. Windows color (decimal): -10203974 or 12209252. OLE color: 12209252.

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

Color convert

RGB 100 76 186 -
CMYK 0.46 0.59 0 0.27
HSL 253.09º 0.44% 0.51% -
HSV(B) 253.09º 0.59% 0.73% -
XYZ 16.7 11.42 47.78 -
YUV 95.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 100 76 186 0.46 0.59 0 0.27 253.09 0.44 0.51
Hex 64 4C BA 2E 3B 0 1B FD 2C 33
Octal 144 114 272 56 73 0 33 375 54 63
Binary 1100100 1001100 10111010 101110 111011 0 11011 11111101 101100 110011

Color Harmonies of #644CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644CBA

Black with #644CBA

Text Example


Text Example

White with #644CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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