Html Css Color HEX #604FAC Blue Marguerite

📋 copy color: '#604FAC'

red 96 ◦ green 79 ◦ blue 172

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

Shades of Blue Marguerite #604FAC

Tints of Blue Marguerite #604FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.77%

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

R = 27.67%
G = 22.77%
B = 49.57%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#604FAC (or 0x604FAC) is known color: Blue Marguerite. HEX triplet: 60, 4F and AC. RGB value is (96,79,172). Sum of RGB (Red+Green+Blue) = 96+79+172=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #604FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604FAC is #9FB053. Grayscale: #5E5E5E. Windows color (decimal): -10465364 or 11292512. OLE color: 11292512.

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

Color convert

RGB 96 79 172 -
CMYK 0.44 0.54 0 0.33
HSL 250.97º 0.37% 0.49% -
HSV(B) 250.97º 0.54% 0.67% -
XYZ 15.07 11.06 40.37 -
YUV 94.69 171.63 128.94 -
System Red Green Blue C M Y K H S L
Decimal 96 79 172 0.44 0.54 0 0.33 250.97 0.37 0.49
Hex 60 4F AC 2C 36 0 21 FB 25 31
Octal 140 117 254 54 66 0 41 373 45 61
Binary 1100000 1001111 10101100 101100 110110 0 100001 11111011 100101 110001

Color Harmonies of #604FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604FAC

Black with #604FAC

Text Example


Text Example

White with #604FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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