Html Css Color HEX #6449BD Blue Marguerite

📋 copy color: '#6449BD'

red 100 ◦ green 73 ◦ blue 189

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

Shades of Blue Marguerite #6449BD

Tints of Blue Marguerite #6449BD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

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

R = 27.62%
G = 20.17%
B = 52.21%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6449BD (or 0x6449BD) is known color: Blue Marguerite. HEX triplet: 64, 49 and BD. RGB value is (100,73,189). Sum of RGB (Red+Green+Blue) = 100+73+189=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #6449BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6449BD is #9BB642. Grayscale: #5D5D5D. Windows color (decimal): -10204739 or 12405092. OLE color: 12405092.

HSL color Cylindrical-coordinate representation of color #6449BD: hue angle of 253.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6449BD is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 73 189 -
CMYK 0.47 0.61 0 0.26
HSL 253.97º 0.47% 0.51% -
HSV(B) 253.97º 0.61% 0.74% -
XYZ 16.82 11.15 49.41 -
YUV 94.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 100 73 189 0.47 0.61 0 0.26 253.97 0.47 0.51
Hex 64 49 BD 2F 3D 0 1A FE 2F 33
Octal 144 111 275 57 75 0 32 376 57 63
Binary 1100100 1001001 10111101 101111 111101 0 11010 11111110 101111 110011

Color Harmonies of #6449BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6449BD

Black with #6449BD

Text Example


Text Example

White with #6449BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6449BD; }

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

 H1.HeaderClassName
 {
   color: #6449BD;
 }
 .AnyTagClassName
 {
   color: #6449BD;
 }
</style>

background-color css

<style>
 a { background-color: #6449BD; }

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

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

border-color css

<style>
 span { border-color: #6449BD; }

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

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