Html Css Color HEX #614A73 Honey Flower

📋 copy color: '#614A73'

red 97 ◦ green 74 ◦ blue 115

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

Shades of Honey Flower #614A73

Tints of Honey Flower #614A73

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.87%

 BLUE value IS 115 (45.31% from 255) = 40.21%

R = 33.92%
G = 25.87%
B = 40.21%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#614A73 (or 0x614A73) is known color: Honey Flower. HEX triplet: 61, 4A and 73. RGB value is (97,74,115). Sum of RGB (Red+Green+Blue) = 97+74+115=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #614A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A73 is #9EB58C. Grayscale: #555555. Windows color (decimal): -10401165 or 7555681. OLE color: 7555681.

HSL color Cylindrical-coordinate representation of color #614A73: hue angle of 273.66º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #614A73 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 74 115 -
CMYK 0.16 0.36 0 0.55
HSL 273.66º 0.22% 0.37% -
HSV(B) 273.66º 0.36% 0.45% -
XYZ 10.47 8.68 17.34 -
YUV 85.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 97 74 115 0.16 0.36 0 0.55 273.66 0.22 0.37
Hex 61 4A 73 10 24 0 37 112 16 25
Octal 141 112 163 20 44 0 67 422 26 45
Binary 1100001 1001010 1110011 10000 100100 0 110111 100010010 10110 100101

Color Harmonies of #614A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A73

Black with #614A73

Text Example


Text Example

White with #614A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,74,115); }

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

background-color css

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

 a { background-color: rgb(97,74,115); }

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

border-color css

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

 span { border-color: rgb(97,74,115); }

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