Html Css Color HEX #604AAD Blue Marguerite

📋 copy color: '#604AAD'

red 96 ◦ green 74 ◦ blue 173

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

Shades of Blue Marguerite #604AAD

Tints of Blue Marguerite #604AAD

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#604AAD (or 0x604AAD) is known color: 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

RGB 96 74 173 -
CMYK 0.45 0.57 0 0.32
HSL 253.33º 0.4% 0.48% -
HSV(B) 253.33º 0.57% 0.68% -
XYZ 14.82 10.4 40.76 -
YUV 91.86 173.79 130.95 -
System Red Green Blue C M Y K H S L
Decimal 96 74 173 0.45 0.57 0 0.32 253.33 0.4 0.48
Hex 60 4A AD 2D 39 0 20 FD 28 30
Octal 140 112 255 55 71 0 40 375 50 60
Binary 1100000 1001010 10101101 101101 111001 0 100000 11111101 101000 110000

Color Harmonies of #604AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604AAD

Black with #604AAD

Text Example


Text Example

White with #604AAD

Text Example


Text Example

HTML Codes & Css Web 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>