#604EAC

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

Shades of Blue Marguerite #604EAC

Tints of Blue Marguerite #604EAC

Color information

#604EAC (or 0x604EAC) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4E and AC. RGB value is (96,78,172). Sum of RGB (Red+Green+Blue) = 96+78+172=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #604EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604EAC is #9FB153. Grayscale: #5D5D5D. Windows color (decimal): -10465620 or 11292256. OLE color: 11292256.

HSL color Cylindrical-coordinate representation of color #604EAC: hue angle of 251.49º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #604EAC is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9678172-
CMYK0.440.5500.33
HSL251.49º37.6%49.02%-
HSV(B)251.49º54.65%67.45%-
XYZ14.9910.9140.35-
YUV94.1171.96129.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 78 (30.86% from 255) = 22.54%
BLUE value IS 172 (67.58% from 255) = 49.71%
R=27.75%
G=22.54%
B=49.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96781720.440.5500.33251.4937.649.02
Hex604EAC2C37021fb2631
Octal14011625454670413734661
Binary1100000100111010101100101100110111010000111111011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604EAC; }

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

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

<style>
 a { background-color: #604EAC; }

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

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

<style>
 span { border-color: #604EAC; }

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

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