Html Css Color HEX #614176 Honey Flower

📋 copy color: '#614176'

red 97 ◦ green 65 ◦ blue 118

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

Shades of Honey Flower #614176

Tints of Honey Flower #614176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.14%

R = 34.64%
G = 23.21%
B = 42.14%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#614176 (or 0x614176) is known color: Honey Flower. HEX triplet: 61, 41 and 76. RGB value is (97,65,118). Sum of RGB (Red+Green+Blue) = 97+65+118=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #614176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614176 is #9EBE89. Grayscale: #505050. Windows color (decimal): -10403466 or 7749985. OLE color: 7749985.

HSL color Cylindrical-coordinate representation of color #614176: hue angle of 276.23º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #614176 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 65 118 -
CMYK 0.18 0.45 0 0.54
HSL 276.23º 0.29% 0.36% -
HSV(B) 276.23º 0.45% 0.46% -
XYZ 10.09 7.63 18.08 -
YUV 80.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 97 65 118 0.18 0.45 0 0.54 276.23 0.29 0.36
Hex 61 41 76 12 2D 0 36 114 1D 24
Octal 141 101 166 22 55 0 66 424 35 44
Binary 1100001 1000001 1110110 10010 101101 0 110110 100010100 11101 100100

Color Harmonies of #614176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614176

Black with #614176

Text Example


Text Example

White with #614176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614176; }

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

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

background-color css

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

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

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

border-color css

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

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

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