#604CAD

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

Shades of Blue Marguerite #604CAD

Tints of Blue Marguerite #604CAD

Color information

#604CAD (or 0x604CAD) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4C and AD. RGB value is (96,76,173). Sum of RGB (Red+Green+Blue) = 96+76+173=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #604CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604CAD is #9FB352. Grayscale: #5C5C5C. Windows color (decimal): -10466131 or 11357280. OLE color: 11357280.

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

Color convert

RGB9676173-
CMYK0.450.5600.32
HSL252.37º38.96%48.82%-
HSV(B)252.37º56.07%67.84%-
XYZ14.9510.6740.81-
YUV93.04173.13130.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 173 (67.97% from 255) = 50.14%
R=27.83%
G=22.03%
B=50.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96761730.450.5600.32252.3738.9648.82
Hex604CAD2D38020fc2731
Octal14011425555700403744761
Binary1100000100110010101101101101111000010000011111100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,76,173); }

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

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

 a { background-color: rgb(96,76,173); }

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

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

 span { border-color: rgb(96,76,173); }

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