Html Css Color HEX #614271 Honey Flower

📋 copy color: '#614271'

red 97 ◦ green 66 ◦ blue 113

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

Shades of Honey Flower #614271

Tints of Honey Flower #614271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.91%

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

R = 35.14%
G = 23.91%
B = 40.94%

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

#614271 (or 0x614271) is known color: Honey Flower. HEX triplet: 61, 42 and 71. RGB value is (97,66,113). Sum of RGB (Red+Green+Blue) = 97+66+113=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #614271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614271 is #9EBD8E. Grayscale: #505050. Windows color (decimal): -10403215 or 7422561. OLE color: 7422561.

HSL color Cylindrical-coordinate representation of color #614271: hue angle of 279.57º degrees, saturation: 0.26, 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 #614271 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 66 113 -
CMYK 0.14 0.42 0 0.56
HSL 279.57º 0.26% 0.35% -
HSV(B) 279.57º 0.42% 0.44% -
XYZ 9.86 7.63 16.58 -
YUV 80.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 97 66 113 0.14 0.42 0 0.56 279.57 0.26 0.35
Hex 61 42 71 E 2A 0 38 118 1A 23
Octal 141 102 161 16 52 0 70 430 32 43
Binary 1100001 1000010 1110001 1110 101010 0 111000 100011000 11010 100011

Color Harmonies of #614271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614271

Black with #614271

Text Example


Text Example

White with #614271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614271; }

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

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

background-color css

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

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

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

border-color css

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

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

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