Html Css Color HEX #614671 Honey Flower

📋 copy color: '#614671'

red 97 ◦ green 70 ◦ blue 113

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

Shades of Honey Flower #614671

Tints of Honey Flower #614671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25%

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

R = 34.64%
G = 25%
B = 40.36%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#614671 (or 0x614671) is known color: Honey Flower. HEX triplet: 61, 46 and 71. RGB value is (97,70,113). Sum of RGB (Red+Green+Blue) = 97+70+113=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #614671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614671 is #9EB98E. Grayscale: #525252. Windows color (decimal): -10402191 or 7423585. OLE color: 7423585.

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

Color convert

RGB 97 70 113 -
CMYK 0.14 0.38 0 0.56
HSL 277.67º 0.23% 0.36% -
HSV(B) 277.67º 0.38% 0.44% -
XYZ 10.1 8.11 16.66 -
YUV 82.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 97 70 113 0.14 0.38 0 0.56 277.67 0.23 0.36
Hex 61 46 71 E 26 0 38 116 17 24
Octal 141 106 161 16 46 0 70 426 27 44
Binary 1100001 1000110 1110001 1110 100110 0 111000 100010110 10111 100100

Color Harmonies of #614671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614671

Black with #614671

Text Example


Text Example

White with #614671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614671; }

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

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

background-color css

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

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

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

border-color css

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

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

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