Html Css Color HEX #6449AB Blue Marguerite

📋 copy color: '#6449AB'

red 100 ◦ green 73 ◦ blue 171

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

Shades of Blue Marguerite #6449AB

Tints of Blue Marguerite #6449AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 29.07%
G = 21.22%
B = 49.71%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6449AB (or 0x6449AB) is known color: Blue Marguerite. HEX triplet: 64, 49 and AB. RGB value is (100,73,171). Sum of RGB (Red+Green+Blue) = 100+73+171=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #6449AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6449AB is #9BB654. Grayscale: #5B5B5B. Windows color (decimal): -10204757 or 11225444. OLE color: 11225444.

HSL color Cylindrical-coordinate representation of color #6449AB: hue angle of 256.53º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6449AB is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 73 171 -
CMYK 0.42 0.57 0 0.33
HSL 256.53º 0.4% 0.48% -
HSV(B) 256.53º 0.57% 0.67% -
XYZ 14.99 10.41 39.75 -
YUV 92.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 100 73 171 0.42 0.57 0 0.33 256.53 0.4 0.48
Hex 64 49 AB 2A 39 0 21 101 28 30
Octal 144 111 253 52 71 0 41 401 50 60
Binary 1100100 1001001 10101011 101010 111001 0 100001 100000001 101000 110000

Color Harmonies of #6449AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6449AB

Black with #6449AB

Text Example


Text Example

White with #6449AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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