Html Css Color HEX #604DAC Blue Marguerite

📋 copy color: '#604DAC'

red 96 ◦ green 77 ◦ blue 172

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

Shades of Blue Marguerite #604DAC

Tints of Blue Marguerite #604DAC

RGB

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

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

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

R = 27.83%
G = 22.32%
B = 49.86%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#604DAC (or 0x604DAC) is known color: Blue Marguerite. HEX triplet: 60, 4D and AC. RGB value is (96,77,172). Sum of RGB (Red+Green+Blue) = 96+77+172=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #604DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604DAC is #9FB253. Grayscale: #5D5D5D. Windows color (decimal): -10465876 or 11292000. OLE color: 11292000.

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

Color convert

RGB 96 77 172 -
CMYK 0.44 0.55 0 0.33
HSL 252º 0.38% 0.49% -
HSV(B) 252º 0.55% 0.67% -
XYZ 14.92 10.77 40.32 -
YUV 93.51 172.29 129.78 -
System Red Green Blue C M Y K H S L
Decimal 96 77 172 0.44 0.55 0 0.33 252 0.38 0.49
Hex 60 4D AC 2C 37 0 21 FC 26 31
Octal 140 115 254 54 67 0 41 374 46 61
Binary 1100000 1001101 10101100 101100 110111 0 100001 11111100 100110 110001

Color Harmonies of #604DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604DAC

Black with #604DAC

Text Example


Text Example

White with #604DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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