#604bae

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

Shades of Blue Marguerite #604BAE

Tints of Blue Marguerite #604BAE

Color information

#604BAE (or 0x604BAE) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4B and AE. RGB value is (96,75,174). Sum of RGB (Red+Green+Blue) = 96+75+174=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #604BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604BAE is #9FB451. Grayscale: #5C5C5C. Windows color (decimal): -10466386 or 11422560. OLE color: 11422560.

HSL color Cylindrical-coordinate representation of color #604BAE: hue angle of 252.73º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #604BAE is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9675174-
CMYK0.450.5700.32
HSL252.73º39.76%48.82%-
HSV(B)252.73º56.9%68.24%-
XYZ14.9810.5741.3-
YUV92.56173.96130.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 174 (68.36% from 255) = 50.43%
R=27.83%
G=21.74%
B=50.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96751740.450.5700.32252.7339.7648.82
Hex604BAE2D39020fd2831
Octal14011325655710403755061
Binary1100000100101110101110101101111001010000011111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604bae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,75,174); }

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

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

 a { background-color: rgb(96,75,174); }

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

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

 span { border-color: rgb(96,75,174); }

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