Html Css Color HEX #614871 Honey Flower

📋 copy color: '#614871'

red 97 ◦ green 72 ◦ blue 113

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

Shades of Honey Flower #614871

Tints of Honey Flower #614871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.53%

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

R = 34.4%
G = 25.53%
B = 40.07%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#614871 (or 0x614871) is known color: Honey Flower. HEX triplet: 61, 48 and 71. RGB value is (97,72,113). Sum of RGB (Red+Green+Blue) = 97+72+113=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #614871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614871 is #9EB78E. Grayscale: #545454. Windows color (decimal): -10401679 or 7424097. OLE color: 7424097.

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

Color convert

RGB 97 72 113 -
CMYK 0.14 0.36 0 0.56
HSL 276.59º 0.22% 0.36% -
HSV(B) 276.59º 0.36% 0.44% -
XYZ 10.23 8.37 16.7 -
YUV 84.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 97 72 113 0.14 0.36 0 0.56 276.59 0.22 0.36
Hex 61 48 71 E 24 0 38 115 16 24
Octal 141 110 161 16 44 0 70 425 26 44
Binary 1100001 1001000 1110001 1110 100100 0 111000 100010101 10110 100100

Color Harmonies of #614871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614871

Black with #614871

Text Example


Text Example

White with #614871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614871; }

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

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

background-color css

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

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

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

border-color css

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

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

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