Html Css Color HEX #604DAE Blue Marguerite

📋 copy color: '#604DAE'

red 96 ◦ green 77 ◦ blue 174

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

Shades of Blue Marguerite #604DAE

Tints of Blue Marguerite #604DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.14%

R = 27.67%
G = 22.19%
B = 50.14%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#604DAE (or 0x604DAE) is known color: Blue Marguerite. HEX triplet: 60, 4D and AE. RGB value is (96,77,174). Sum of RGB (Red+Green+Blue) = 96+77+174=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #604DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604DAE is #9FB251. Grayscale: #5D5D5D. Windows color (decimal): -10465874 or 11423072. OLE color: 11423072.

HSL color Cylindrical-coordinate representation of color #604DAE: hue angle of 251.75º 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 #604DAE is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 77 174 -
CMYK 0.45 0.56 0 0.32
HSL 251.75º 0.39% 0.49% -
HSV(B) 251.75º 0.56% 0.68% -
XYZ 15.12 10.85 41.34 -
YUV 93.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 96 77 174 0.45 0.56 0 0.32 251.75 0.39 0.49
Hex 60 4D AE 2D 38 0 20 FC 27 31
Octal 140 115 256 55 70 0 40 374 47 61
Binary 1100000 1001101 10101110 101101 111000 0 100000 11111100 100111 110001

Color Harmonies of #604DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604DAE

Black with #604DAE

Text Example


Text Example

White with #604DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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