Html Css Color HEX #6149AA Blue Marguerite

📋 copy color: '#6149AA'

red 97 ◦ green 73 ◦ blue 170

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

Shades of Blue Marguerite #6149AA

Tints of Blue Marguerite #6149AA

RGB

 RED value IS 97 (38.28% from 255) = 28.53%

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

 BLUE value IS 170 (66.8% from 255) = 50%

R = 28.53%
G = 21.47%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6149AA (or 0x6149AA) is known color: Blue Marguerite. HEX triplet: 61, 49 and AA. RGB value is (97,73,170). Sum of RGB (Red+Green+Blue) = 97+73+170=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #6149AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6149AA is #9EB655. Grayscale: #5A5A5A. Windows color (decimal): -10401366 or 11159905. OLE color: 11159905.

HSL color Cylindrical-coordinate representation of color #6149AA: hue angle of 254.85º 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 #6149AA is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 73 170 -
CMYK 0.43 0.57 0 0.33
HSL 254.85º 0.4% 0.48% -
HSV(B) 254.85º 0.57% 0.67% -
XYZ 14.57 10.21 39.23 -
YUV 91.23 172.45 132.11 -
System Red Green Blue C M Y K H S L
Decimal 97 73 170 0.43 0.57 0 0.33 254.85 0.4 0.48
Hex 61 49 AA 2B 39 0 21 FF 28 30
Octal 141 111 252 53 71 0 41 377 50 60
Binary 1100001 1001001 10101010 101011 111001 0 100001 11111111 101000 110000

Color Harmonies of #6149AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6149AA

Black with #6149AA

Text Example


Text Example

White with #6149AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6149AA; }

 p { color: rgb(97,73,170); }

 H1.HeaderClassName
 {
   color: #6149AA;
 }
 .AnyTagClassName
 {
   color: #6149AA;
 }
</style>

background-color css

<style>
 a { background-color: #6149AA; }

 a { background-color: rgb(97,73,170); }

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

border-color css

<style>
 span { border-color: #6149AA; }

 span { border-color: rgb(97,73,170); }

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