#604DAA

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

Shades of Blue Marguerite #604DAA

Tints of Blue Marguerite #604DAA

Color information

#604DAA (or 0x604DAA) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4D and AA. RGB value is (96,77,170). Sum of RGB (Red+Green+Blue) = 96+77+170=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #604DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604DAA is #9FB255. Grayscale: #5C5C5C. Windows color (decimal): -10465878 or 11160928. OLE color: 11160928.

HSL color Cylindrical-coordinate representation of color #604DAA: hue angle of 252.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #604DAA is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9677170-
CMYK0.440.5500.33
HSL252.26º37.65%48.43%-
HSV(B)252.26º54.71%66.67%-
XYZ14.7310.739.32-
YUV93.28171.29129.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=27.99%
G=22.45%
B=49.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96771700.440.5500.33252.2637.6548.43
Hex604DAA2C37021fc2630
Octal14011525254670413744660
Binary1100000100110110101010101100110111010000111111100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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