Html Css Color HEX #614174 Honey Flower

📋 copy color: '#614174'

red 97 ◦ green 65 ◦ blue 116

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

Shades of Honey Flower #614174

Tints of Honey Flower #614174

RGB

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

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

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

R = 34.89%
G = 23.38%
B = 41.73%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#614174 (or 0x614174) is known color: Honey Flower. HEX triplet: 61, 41 and 74. RGB value is (97,65,116). Sum of RGB (Red+Green+Blue) = 97+65+116=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #614174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614174 is #9EBE8B. Grayscale: #505050. Windows color (decimal): -10403468 or 7618913. OLE color: 7618913.

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

Color convert

RGB 97 65 116 -
CMYK 0.16 0.44 0 0.55
HSL 277.65º 0.28% 0.35% -
HSV(B) 277.65º 0.44% 0.45% -
XYZ 9.97 7.58 17.46 -
YUV 80.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 97 65 116 0.16 0.44 0 0.55 277.65 0.28 0.35
Hex 61 41 74 10 2C 0 37 116 1C 23
Octal 141 101 164 20 54 0 67 426 34 43
Binary 1100001 1000001 1110100 10000 101100 0 110111 100010110 11100 100011

Color Harmonies of #614174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614174

Black with #614174

Text Example


Text Example

White with #614174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614174; }

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

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

background-color css

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

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

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

border-color css

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

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

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