#6149AC

Color #6149AC Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6149AC

Tints of Blue Marguerite #6149AC

Color information

#6149AC (or 0x6149AC) is unknown color: approx Blue Marguerite. HEX triplet: 61, 49 and AC. RGB value is (97,73,172). Sum of RGB (Red+Green+Blue) = 97+73+172=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #6149AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6149AC is #9EB653. Grayscale: #5B5B5B. Windows color (decimal): -10401364 or 11290977. OLE color: 11290977.

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

Color convert

RGB9773172-
CMYK0.440.5800.33
HSL254.55º40.41%48.04%-
HSV(B)254.55º57.56%67.45%-
XYZ14.7610.2940.24-
YUV91.46173.45131.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.36%
GREEN value IS 73 (28.91% from 255) = 21.35%
BLUE value IS 172 (67.58% from 255) = 50.29%
R=28.36%
G=21.35%
B=50.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97731720.440.5800.33254.5540.4148.04
Hex6149AC2C3A021ff2830
Octal14111125454720413775060
Binary1100001100100110101100101100111010010000111111111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6149AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6149AC;
 }
 .AnyTagClassName
 {
   color: #6149AC;
 }
</style>
background-color css

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

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

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

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

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

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