Html Css Color HEX #6049AA Blue Marguerite

📋 copy color: '#6049AA'

red 96 ◦ green 73 ◦ blue 170

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

Shades of Blue Marguerite #6049AA

Tints of Blue Marguerite #6049AA

RGB

 RED value IS 96 (37.89% from 255) = 28.32%

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

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

R = 28.32%
G = 21.53%
B = 50.15%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6049AA (or 0x6049AA) is known color: Blue Marguerite. HEX triplet: 60, 49 and AA. RGB value is (96,73,170). Sum of RGB (Red+Green+Blue) = 96+73+170=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #6049AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6049AA is #9FB655. Grayscale: #5A5A5A. Windows color (decimal): -10466902 or 11159904. OLE color: 11159904.

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

Color convert

RGB 96 73 170 -
CMYK 0.44 0.57 0 0.33
HSL 254.23º 0.4% 0.48% -
HSV(B) 254.23º 0.57% 0.67% -
XYZ 14.46 10.15 39.23 -
YUV 90.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 96 73 170 0.44 0.57 0 0.33 254.23 0.4 0.48
Hex 60 49 AA 2C 39 0 21 FE 28 30
Octal 140 111 252 54 71 0 41 376 50 60
Binary 1100000 1001001 10101010 101100 111001 0 100001 11111110 101000 110000

Color Harmonies of #6049AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049AA

Black with #6049AA

Text Example


Text Example

White with #6049AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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