Html Css Color HEX #614DAC Blue Marguerite

📋 copy color: '#614DAC'

red 97 ◦ green 77 ◦ blue 172

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

Shades of Blue Marguerite #614DAC

Tints of Blue Marguerite #614DAC

RGB

 RED value IS 97 (38.28% from 255) = 28.03%

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

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

R = 28.03%
G = 22.25%
B = 49.71%

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

#614DAC (or 0x614DAC) is known color: Blue Marguerite. HEX triplet: 61, 4D and AC. RGB value is (97,77,172). Sum of RGB (Red+Green+Blue) = 97+77+172=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #614DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614DAC is #9EB253. Grayscale: #5D5D5D. Windows color (decimal): -10400340 or 11292001. OLE color: 11292001.

HSL color Cylindrical-coordinate representation of color #614DAC: hue angle of 252.63º 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 #614DAC is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 77 172 -
CMYK 0.44 0.55 0 0.33
HSL 252.63º 0.38% 0.49% -
HSV(B) 252.63º 0.55% 0.67% -
XYZ 15.03 10.83 40.33 -
YUV 93.81 172.13 130.28 -
System Red Green Blue C M Y K H S L
Decimal 97 77 172 0.44 0.55 0 0.33 252.63 0.38 0.49
Hex 61 4D AC 2C 37 0 21 FD 26 31
Octal 141 115 254 54 67 0 41 375 46 61
Binary 1100001 1001101 10101100 101100 110111 0 100001 11111101 100110 110001

Color Harmonies of #614DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DAC

Black with #614DAC

Text Example


Text Example

White with #614DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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