Html Css Color HEX #604DA0 Blue Marguerite

📋 copy color: '#604DA0'

red 96 ◦ green 77 ◦ blue 160

#604DA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #604DA0

Tints of Blue Marguerite #604DA0

RGB

 RED value IS 96 (37.89% from 255) = 28.83%

 GREEN value IS 77 (30.47% from 255) = 23.12%

 BLUE value IS 160 (62.89% from 255) = 48.05%

R = 28.83%
G = 23.12%
B = 48.05%

CMYK

 C value IS 0.4

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#604DA0 (or 0x604DA0) is known color: Blue Marguerite. HEX triplet: 60, 4D and A0. RGB value is (96,77,160). Sum of RGB (Red+Green+Blue) = 96+77+160=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #604DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604DA0 is #9FB25F. Grayscale: #5B5B5B. Windows color (decimal): -10465888 or 10505568. OLE color: 10505568.

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

Color convert

RGB 96 77 160 -
CMYK 0.4 0.52 0 0.37
HSL 253.73º 0.35% 0.46% -
HSV(B) 253.73º 0.52% 0.63% -
XYZ 13.82 10.33 34.52 -
YUV 92.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 96 77 160 0.4 0.52 0 0.37 253.73 0.35 0.46
Hex 60 4D A0 28 34 0 25 FE 23 2E
Octal 140 115 240 50 64 0 45 376 43 56
Binary 1100000 1001101 10100000 101000 110100 0 100101 11111110 100011 101110

Color Harmonies of #604DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604DA0

Black with #604DA0

Text Example


Text Example

White with #604DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,77,160); }

 H1.HeaderClassName
 {
   color: #604DA0;
 }
 .AnyTagClassName
 {
   color: #604DA0;
 }
</style>

background-color css

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

 a { background-color: rgb(96,77,160); }

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

border-color css

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

 span { border-color: rgb(96,77,160); }

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