Html Css Color HEX #604CAC Blue Marguerite

📋 copy color: '#604CAC'

red 96 ◦ green 76 ◦ blue 172

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

Shades of Blue Marguerite #604CAC

Tints of Blue Marguerite #604CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.09%

 BLUE value IS 172 (67.58% from 255) = 50%

R = 27.91%
G = 22.09%
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

#604CAC (or 0x604CAC) is known color: Blue Marguerite. HEX triplet: 60, 4C and AC. RGB value is (96,76,172). Sum of RGB (Red+Green+Blue) = 96+76+172=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #604CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604CAC is #9FB353. Grayscale: #5C5C5C. Windows color (decimal): -10466132 or 11291744. OLE color: 11291744.

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

Color convert

RGB 96 76 172 -
CMYK 0.44 0.56 0 0.33
HSL 252.5º 0.39% 0.49% -
HSV(B) 252.5º 0.56% 0.67% -
XYZ 14.85 10.63 40.3 -
YUV 92.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 96 76 172 0.44 0.56 0 0.33 252.5 0.39 0.49
Hex 60 4C AC 2C 38 0 21 FD 27 31
Octal 140 114 254 54 70 0 41 375 47 61
Binary 1100000 1001100 10101100 101100 111000 0 100001 11111101 100111 110001

Color Harmonies of #604CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604CAC

Black with #604CAC

Text Example


Text Example

White with #604CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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