#604EB5

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

Shades of Blue Marguerite #604EB5

Tints of Blue Marguerite #604EB5

Color information

#604EB5 (or 0x604EB5) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4E and B5. RGB value is (96,78,181). Sum of RGB (Red+Green+Blue) = 96+78+181=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #604EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604EB5 is #9FB14A. Grayscale: #5E5E5E. Windows color (decimal): -10465611 or 11882080. OLE color: 11882080.

HSL color Cylindrical-coordinate representation of color #604EB5: hue angle of 250.49º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #604EB5 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9678181-
CMYK0.470.5700.29
HSL250.49º41.04%50.78%-
HSV(B)250.49º56.91%70.98%-
XYZ15.8911.2745.05-
YUV95.12176.46128.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 181 (71.09% from 255) = 50.99%
R=27.04%
G=21.97%
B=50.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96781810.470.5700.29250.4941.0450.78
Hex604EB52F3901Dfa2933
Octal14011626557710353725163
Binary110000010011101011010110111111100101110111111010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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