Html Css Color HEX #614772 Honey Flower

📋 copy color: '#614772'

red 97 ◦ green 71 ◦ blue 114

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

Shades of Honey Flower #614772

Tints of Honey Flower #614772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 34.4%
G = 25.18%
B = 40.43%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#614772 (or 0x614772) is known color: Honey Flower. HEX triplet: 61, 47 and 72. RGB value is (97,71,114). Sum of RGB (Red+Green+Blue) = 97+71+114=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #614772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614772 is #9EB88D. Grayscale: #535353. Windows color (decimal): -10401934 or 7489377. OLE color: 7489377.

HSL color Cylindrical-coordinate representation of color #614772: hue angle of 276.28º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #614772 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 71 114 -
CMYK 0.15 0.38 0 0.55
HSL 276.28º 0.23% 0.36% -
HSV(B) 276.28º 0.38% 0.45% -
XYZ 10.22 8.26 16.98 -
YUV 83.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 97 71 114 0.15 0.38 0 0.55 276.28 0.23 0.36
Hex 61 47 72 F 26 0 37 114 17 24
Octal 141 107 162 17 46 0 67 424 27 44
Binary 1100001 1000111 1110010 1111 100110 0 110111 100010100 10111 100100

Color Harmonies of #614772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614772

Black with #614772

Text Example


Text Example

White with #614772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614772; }

 p { color: rgb(97,71,114); }

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

background-color css

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

 a { background-color: rgb(97,71,114); }

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

border-color css

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

 span { border-color: rgb(97,71,114); }

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