Html Css Color HEX #614171 Honey Flower

📋 copy color: '#614171'

red 97 ◦ green 65 ◦ blue 113

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

Shades of Honey Flower #614171

Tints of Honey Flower #614171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.64%

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

R = 35.27%
G = 23.64%
B = 41.09%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#614171 (or 0x614171) is known color: Honey Flower. HEX triplet: 61, 41 and 71. RGB value is (97,65,113). Sum of RGB (Red+Green+Blue) = 97+65+113=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #614171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614171 is #9EBE8E. Grayscale: #4F4F4F. Windows color (decimal): -10403471 or 7422305. OLE color: 7422305.

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

Color convert

RGB 97 65 113 -
CMYK 0.14 0.42 0 0.56
HSL 280º 0.27% 0.35% -
HSV(B) 280º 0.42% 0.44% -
XYZ 9.8 7.51 16.56 -
YUV 80.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 97 65 113 0.14 0.42 0 0.56 280 0.27 0.35
Hex 61 41 71 E 2A 0 38 118 1B 23
Octal 141 101 161 16 52 0 70 430 33 43
Binary 1100001 1000001 1110001 1110 101010 0 111000 100011000 11011 100011

Color Harmonies of #614171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614171

Black with #614171

Text Example


Text Example

White with #614171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614171; }

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

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

background-color css

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

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

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

border-color css

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

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

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