#604EB0

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

Shades of Blue Marguerite #604EB0

Tints of Blue Marguerite #604EB0

Color information

#604EB0 (or 0x604EB0) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4E and B0. RGB value is (96,78,176). Sum of RGB (Red+Green+Blue) = 96+78+176=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #604EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604EB0 is #9FB14F. Grayscale: #5E5E5E. Windows color (decimal): -10465616 or 11554400. OLE color: 11554400.

HSL color Cylindrical-coordinate representation of color #604EB0: hue angle of 251.02º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #604EB0 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9678176-
CMYK0.450.5600.31
HSL251.02º38.58%49.8%-
HSV(B)251.02º55.68%69.02%-
XYZ15.3811.0742.4-
YUV94.55173.96129.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.43%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 176 (69.14% from 255) = 50.29%
R=27.43%
G=22.29%
B=50.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96781760.450.5600.31251.0238.5849.8
Hex604EB02D3801Ffb2732
Octal14011626055700373734762
Binary110000010011101011000010110111100001111111111011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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