Html Css Color HEX #614971 Honey Flower

📋 copy color: '#614971'

red 97 ◦ green 73 ◦ blue 113

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

Shades of Honey Flower #614971

Tints of Honey Flower #614971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.93%

R = 34.28%
G = 25.8%
B = 39.93%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#614971 (or 0x614971) is known color: Honey Flower. HEX triplet: 61, 49 and 71. RGB value is (97,73,113). Sum of RGB (Red+Green+Blue) = 97+73+113=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #614971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614971 is #9EB68E. Grayscale: #545454. Windows color (decimal): -10401423 or 7424353. OLE color: 7424353.

HSL color Cylindrical-coordinate representation of color #614971: hue angle of 276º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #614971 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 73 113 -
CMYK 0.14 0.35 0 0.56
HSL 276º 0.22% 0.36% -
HSV(B) 276º 0.35% 0.44% -
XYZ 10.29 8.5 16.72 -
YUV 84.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 97 73 113 0.14 0.35 0 0.56 276 0.22 0.36
Hex 61 49 71 E 23 0 38 114 16 24
Octal 141 111 161 16 43 0 70 424 26 44
Binary 1100001 1001001 1110001 1110 100011 0 111000 100010100 10110 100100

Color Harmonies of #614971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614971

Black with #614971

Text Example


Text Example

White with #614971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614971; }

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

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

background-color css

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

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

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

border-color css

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

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

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