Html Css Color HEX #614972 Honey Flower

📋 copy color: '#614972'

red 97 ◦ green 73 ◦ blue 114

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

Shades of Honey Flower #614972

Tints of Honey Flower #614972

RGB

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

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

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

R = 34.15%
G = 25.7%
B = 40.14%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#614972 (or 0x614972) is known color: Honey Flower. HEX triplet: 61, 49 and 72. RGB value is (97,73,114). Sum of RGB (Red+Green+Blue) = 97+73+114=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #614972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614972 is #9EB68D. Grayscale: #545454. Windows color (decimal): -10401422 or 7489889. OLE color: 7489889.

HSL color Cylindrical-coordinate representation of color #614972: hue angle of 275.12º 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 #614972 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 73 114 -
CMYK 0.15 0.36 0 0.55
HSL 275.12º 0.22% 0.37% -
HSV(B) 275.12º 0.36% 0.45% -
XYZ 10.35 8.52 17.02 -
YUV 84.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 97 73 114 0.15 0.36 0 0.55 275.12 0.22 0.37
Hex 61 49 72 F 24 0 37 113 16 25
Octal 141 111 162 17 44 0 67 423 26 45
Binary 1100001 1001001 1110010 1111 100100 0 110111 100010011 10110 100101

Color Harmonies of #614972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614972

Black with #614972

Text Example


Text Example

White with #614972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614972; }

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

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

background-color css

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

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

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

border-color css

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

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

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