Html Css Color HEX #604AAA Blue Marguerite

📋 copy color: '#604AAA'

red 96 ◦ green 74 ◦ blue 170

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

Shades of Blue Marguerite #604AAA

Tints of Blue Marguerite #604AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.76%

 BLUE value IS 170 (66.8% from 255) = 50%

R = 28.24%
G = 21.76%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#604AAA (or 0x604AAA) is known color: Blue Marguerite. HEX triplet: 60, 4A and AA. RGB value is (96,74,170). Sum of RGB (Red+Green+Blue) = 96+74+170=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #604AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604AAA is #9FB555. Grayscale: #5B5B5B. Windows color (decimal): -10466646 or 11160160. OLE color: 11160160.

HSL color Cylindrical-coordinate representation of color #604AAA: hue angle of 253.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #604AAA is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 74 170 -
CMYK 0.44 0.56 0 0.33
HSL 253.75º 0.39% 0.48% -
HSV(B) 253.75º 0.56% 0.67% -
XYZ 14.53 10.29 39.25 -
YUV 91.52 172.29 131.19 -
System Red Green Blue C M Y K H S L
Decimal 96 74 170 0.44 0.56 0 0.33 253.75 0.39 0.48
Hex 60 4A AA 2C 38 0 21 FE 27 30
Octal 140 112 252 54 70 0 41 376 47 60
Binary 1100000 1001010 10101010 101100 111000 0 100001 11111110 100111 110000

Color Harmonies of #604AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604AAA

Black with #604AAA

Text Example


Text Example

White with #604AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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