#604AAD

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

Shades of Blue Marguerite #604AAD

Tints of Blue Marguerite #604AAD

Color information

#604AAD (or 0x604AAD) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4A and AD. RGB value is (96,74,173). Sum of RGB (Red+Green+Blue) = 96+74+173=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #604AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604AAD is #9FB552. Grayscale: #5B5B5B. Windows color (decimal): -10466643 or 11356768. OLE color: 11356768.

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

Color convert

RGB9674173-
CMYK0.450.5700.32
HSL253.33º40.08%48.43%-
HSV(B)253.33º57.23%67.84%-
XYZ14.8210.440.76-
YUV91.86173.79130.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 74 (29.30% from 255) = 21.57%
BLUE value IS 173 (67.97% from 255) = 50.44%
R=27.99%
G=21.57%
B=50.44%

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
Decimal96741730.450.5700.32253.3340.0848.43
Hex604AAD2D39020fd2830
Octal14011225555710403755060
Binary1100000100101010101101101101111001010000011111101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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