Html Css Color HEX #6049AC Blue Marguerite

📋 copy color: '#6049AC'

red 96 ◦ green 73 ◦ blue 172

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

Shades of Blue Marguerite #6049AC

Tints of Blue Marguerite #6049AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.44%

R = 28.15%
G = 21.41%
B = 50.44%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6049AC (or 0x6049AC) is known color: Blue Marguerite. HEX triplet: 60, 49 and AC. RGB value is (96,73,172). Sum of RGB (Red+Green+Blue) = 96+73+172=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #6049AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6049AC is #9FB653. Grayscale: #5A5A5A. Windows color (decimal): -10466900 or 11290976. OLE color: 11290976.

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

Color convert

RGB 96 73 172 -
CMYK 0.44 0.58 0 0.33
HSL 253.94º 0.4% 0.48% -
HSV(B) 253.94º 0.58% 0.67% -
XYZ 14.65 10.23 40.23 -
YUV 91.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 96 73 172 0.44 0.58 0 0.33 253.94 0.4 0.48
Hex 60 49 AC 2C 3A 0 21 FE 28 30
Octal 140 111 254 54 72 0 41 376 50 60
Binary 1100000 1001001 10101100 101100 111010 0 100001 11111110 101000 110000

Color Harmonies of #6049AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049AC

Black with #6049AC

Text Example


Text Example

White with #6049AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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