#604EAD

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

Shades of Blue Marguerite #604EAD

Tints of Blue Marguerite #604EAD

Color information

#604EAD (or 0x604EAD) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4E and AD. RGB value is (96,78,173). Sum of RGB (Red+Green+Blue) = 96+78+173=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #604EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604EAD is #9FB152. Grayscale: #5D5D5D. Windows color (decimal): -10465619 or 11357792. OLE color: 11357792.

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

Color convert

RGB9678173-
CMYK0.450.5500.32
HSL251.37º37.85%49.22%-
HSV(B)251.37º54.91%67.84%-
XYZ15.0910.9540.85-
YUV94.21172.46129.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 173 (67.97% from 255) = 49.86%
R=27.67%
G=22.48%
B=49.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96781730.450.5500.32251.3737.8549.22
Hex604EAD2D37020fb2631
Octal14011625555670403734661
Binary1100000100111010101101101101110111010000011111011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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