#604EA3

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

Shades of Blue Marguerite #604EA3

Tints of Blue Marguerite #604EA3

Color information

#604EA3 (or 0x604EA3) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4E and A3. RGB value is (96,78,163). Sum of RGB (Red+Green+Blue) = 96+78+163=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 163 - color contains mainly: blue. Hex color #604EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604EA3 is #9FB15C. Grayscale: #5C5C5C. Windows color (decimal): -10465629 or 10702432. OLE color: 10702432.

HSL color Cylindrical-coordinate representation of color #604EA3: hue angle of 252.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #604EA3 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9678163-
CMYK0.410.5200.36
HSL252.71º35.27%47.25%-
HSV(B)252.71º52.15%63.92%-
XYZ14.1610.5835.95-
YUV93.07167.46130.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 163 (64.06% from 255) = 48.37%
R=28.49%
G=23.15%
B=48.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal96781630.410.5200.36252.7135.2747.25
Hex604EA32934024fd232f
Octal14011624351640443754357
Binary1100000100111010100011101001110100010010011111101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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