Html Css Color HEX #6449B3 Blue Marguerite

📋 copy color: '#6449B3'

red 100 ◦ green 73 ◦ blue 179

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

Shades of Blue Marguerite #6449B3

Tints of Blue Marguerite #6449B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.85%

R = 28.41%
G = 20.74%
B = 50.85%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6449B3 (or 0x6449B3) is known color: Blue Marguerite. HEX triplet: 64, 49 and B3. RGB value is (100,73,179). Sum of RGB (Red+Green+Blue) = 100+73+179=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #6449B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6449B3 is #9BB64C. Grayscale: #5C5C5C. Windows color (decimal): -10204749 or 11749732. OLE color: 11749732.

HSL color Cylindrical-coordinate representation of color #6449B3: hue angle of 255.28º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6449B3 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 100 73 179 -
CMYK 0.44 0.59 0 0.30
HSL 255.28º 0.42% 0.49% -
HSV(B) 255.28º 0.59% 0.7% -
XYZ 15.77 10.73 43.89 -
YUV 93.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 100 73 179 0.44 0.59 0 0.30 255.28 0.42 0.49
Hex 64 49 B3 2C 3B 0 1E FF 2A 31
Octal 144 111 263 54 73 0 36 377 52 61
Binary 1100100 1001001 10110011 101100 111011 0 11110 11111111 101010 110001

Color Harmonies of #6449B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6449B3

Black with #6449B3

Text Example


Text Example

White with #6449B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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