#604DA5

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

Shades of Blue Marguerite #604DA5

Tints of Blue Marguerite #604DA5

Color information

#604DA5 (or 0x604DA5) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4D and A5. RGB value is (96,77,165). Sum of RGB (Red+Green+Blue) = 96+77+165=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 165 (64.84% from 255 or 48.82% from 338); Max value from RGB is 165 - color contains mainly: blue. Hex color #604DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604DA5 is #9FB25A. Grayscale: #5C5C5C. Windows color (decimal): -10465883 or 10833248. OLE color: 10833248.

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

Color convert

RGB9677165-
CMYK0.420.5300.35
HSL252.95º36.36%47.45%-
HSV(B)252.95º53.33%64.71%-
XYZ14.2710.5136.87-
YUV92.71168.79130.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.40%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 165 (64.84% from 255) = 48.82%
R=28.40%
G=22.78%
B=48.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96771650.420.5300.35252.9536.3647.45
Hex604DA52A35023fd242f
Octal14011524552650433754457
Binary1100000100110110100101101010110101010001111111101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,77,165); }

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

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

 a { background-color: rgb(96,77,165); }

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

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

 span { border-color: rgb(96,77,165); }

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