Html Css Color HEX #614974 Honey Flower

📋 copy color: '#614974'

red 97 ◦ green 73 ◦ blue 116

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

Shades of Honey Flower #614974

Tints of Honey Flower #614974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.52%

 BLUE value IS 116 (45.7% from 255) = 40.56%

R = 33.92%
G = 25.52%
B = 40.56%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#614974 (or 0x614974) is known color: Honey Flower. HEX triplet: 61, 49 and 74. RGB value is (97,73,116). Sum of RGB (Red+Green+Blue) = 97+73+116=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 116 - color contains mainly: blue. Hex color #614974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614974 is #9EB68B. Grayscale: #545454. Windows color (decimal): -10401420 or 7620961. OLE color: 7620961.

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

Color convert

RGB 97 73 116 -
CMYK 0.16 0.37 0 0.55
HSL 273.49º 0.23% 0.37% -
HSV(B) 273.49º 0.37% 0.45% -
XYZ 10.46 8.57 17.63 -
YUV 85.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 97 73 116 0.16 0.37 0 0.55 273.49 0.23 0.37
Hex 61 49 74 10 25 0 37 111 17 25
Octal 141 111 164 20 45 0 67 421 27 45
Binary 1100001 1001001 1110100 10000 100101 0 110111 100010001 10111 100101

Color Harmonies of #614974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614974

Black with #614974

Text Example


Text Example

White with #614974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614974; }

 p { color: rgb(97,73,116); }

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

background-color css

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

 a { background-color: rgb(97,73,116); }

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

border-color css

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

 span { border-color: rgb(97,73,116); }

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