#604CA1

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

Shades of Blue Marguerite #604CA1

Tints of Blue Marguerite #604CA1

Color information

#604CA1 (or 0x604CA1) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4C and A1. RGB value is (96,76,161). Sum of RGB (Red+Green+Blue) = 96+76+161=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 161 (63.28% from 255 or 48.35% from 333); Max value from RGB is 161 - color contains mainly: blue. Hex color #604CA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604CA1 is #9FB35E. Grayscale: #5B5B5B. Windows color (decimal): -10466143 or 10570848. OLE color: 10570848.

HSL color Cylindrical-coordinate representation of color #604CA1: hue angle of 254.12º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #604CA1 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9676161-
CMYK0.400.5300.37
HSL254.12º35.86%46.47%-
HSV(B)254.12º52.8%63.14%-
XYZ13.8410.2334.96-
YUV91.67167.13131.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 161 (63.28% from 255) = 48.35%
R=28.83%
G=22.82%
B=48.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96761610.400.5300.37254.1235.8646.47
Hex604CA12835025fe242e
Octal14011424150650453764456
Binary1100000100110010100001101000110101010010111111110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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