#604FAC

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

Shades of Blue Marguerite #604FAC

Tints of Blue Marguerite #604FAC

Color information

#604FAC (or 0x604FAC) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4F and AC. RGB value is (96,79,172). Sum of RGB (Red+Green+Blue) = 96+79+172=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #604FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604FAC is #9FB053. Grayscale: #5E5E5E. Windows color (decimal): -10465364 or 11292512. OLE color: 11292512.

HSL color Cylindrical-coordinate representation of color #604FAC: hue angle of 250.97º 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 #604FAC is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9679172-
CMYK0.440.5400.33
HSL250.97º37.05%49.22%-
HSV(B)250.97º54.07%67.45%-
XYZ15.0711.0640.37-
YUV94.68171.63128.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 172 (67.58% from 255) = 49.57%
R=27.67%
G=22.77%
B=49.57%

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
Decimal96791720.440.5400.33250.9737.0549.22
Hex604FAC2C36021fb2531
Octal14011725454660413734561
Binary1100000100111110101100101100110110010000111111011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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