Html Css Color HEX #614FAC Blue Marguerite

📋 copy color: '#614FAC'

red 97 ◦ green 79 ◦ blue 172

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

Shades of Blue Marguerite #614FAC

Tints of Blue Marguerite #614FAC

RGB

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

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

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

R = 27.87%
G = 22.7%
B = 49.43%

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

#614FAC (or 0x614FAC) is known color: Blue Marguerite. HEX triplet: 61, 4F and AC. RGB value is (97,79,172). Sum of RGB (Red+Green+Blue) = 97+79+172=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #614FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614FAC is #9EB053. Grayscale: #5E5E5E. Windows color (decimal): -10399828 or 11292513. OLE color: 11292513.

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

Color convert

RGB 97 79 172 -
CMYK 0.44 0.54 0 0.33
HSL 251.61º 0.37% 0.49% -
HSV(B) 251.61º 0.54% 0.67% -
XYZ 15.17 11.11 40.37 -
YUV 94.98 171.46 129.44 -
System Red Green Blue C M Y K H S L
Decimal 97 79 172 0.44 0.54 0 0.33 251.61 0.37 0.49
Hex 61 4F AC 2C 36 0 21 FC 25 31
Octal 141 117 254 54 66 0 41 374 45 61
Binary 1100001 1001111 10101100 101100 110110 0 100001 11111100 100101 110001

Color Harmonies of #614FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614FAC

Black with #614FAC

Text Example


Text Example

White with #614FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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