Html Css Color HEX #614CAC Blue Marguerite

📋 copy color: '#614CAC'

red 97 ◦ green 76 ◦ blue 172

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

Shades of Blue Marguerite #614CAC

Tints of Blue Marguerite #614CAC

RGB

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

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

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

R = 28.12%
G = 22.03%
B = 49.86%

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

#614CAC (or 0x614CAC) is known color: Blue Marguerite. HEX triplet: 61, 4C and AC. RGB value is (97,76,172). Sum of RGB (Red+Green+Blue) = 97+76+172=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 76 (30.08% from 255 or 22.03% 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 #614CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614CAC is #9EB353. Grayscale: #5C5C5C. Windows color (decimal): -10400596 or 11291745. OLE color: 11291745.

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

Color convert

RGB 97 76 172 -
CMYK 0.44 0.56 0 0.33
HSL 253.13º 0.39% 0.49% -
HSV(B) 253.13º 0.56% 0.67% -
XYZ 14.96 10.69 40.3 -
YUV 93.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 97 76 172 0.44 0.56 0 0.33 253.13 0.39 0.49
Hex 61 4C AC 2C 38 0 21 FD 27 31
Octal 141 114 254 54 70 0 41 375 47 61
Binary 1100001 1001100 10101100 101100 111000 0 100001 11111101 100111 110001

Color Harmonies of #614CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CAC

Black with #614CAC

Text Example


Text Example

White with #614CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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