#604FAB

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

Shades of Blue Marguerite #604FAB

Tints of Blue Marguerite #604FAB

Color information

#604FAB (or 0x604FAB) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4F and AB. RGB value is (96,79,171). Sum of RGB (Red+Green+Blue) = 96+79+171=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #604FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604FAB is #9FB054. Grayscale: #5E5E5E. Windows color (decimal): -10465365 or 11226976. OLE color: 11226976.

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

Color convert

RGB9679171-
CMYK0.440.5400.33
HSL251.09º36.8%49.02%-
HSV(B)251.09º53.8%67.06%-
XYZ14.9711.0239.87-
YUV94.57171.13129.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=27.75%
G=22.83%
B=49.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96791710.440.5400.33251.0936.849.02
Hex604FAB2C36021fb2531
Octal14011725354660413734561
Binary1100000100111110101011101100110110010000111111011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,79,171); }

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

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

 a { background-color: rgb(96,79,171); }

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

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

 span { border-color: rgb(96,79,171); }

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