Html Css Color HEX #614172 Honey Flower

📋 copy color: '#614172'

red 97 ◦ green 65 ◦ blue 114

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

Shades of Honey Flower #614172

Tints of Honey Flower #614172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.3%

R = 35.14%
G = 23.55%
B = 41.3%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#614172 (or 0x614172) is known color: Honey Flower. HEX triplet: 61, 41 and 72. RGB value is (97,65,114). Sum of RGB (Red+Green+Blue) = 97+65+114=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #614172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614172 is #9EBE8D. Grayscale: #4F4F4F. Windows color (decimal): -10403470 or 7487841. OLE color: 7487841.

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

Color convert

RGB 97 65 114 -
CMYK 0.15 0.43 0 0.55
HSL 279.18º 0.27% 0.35% -
HSV(B) 279.18º 0.43% 0.45% -
XYZ 9.86 7.54 16.85 -
YUV 80.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 97 65 114 0.15 0.43 0 0.55 279.18 0.27 0.35
Hex 61 41 72 F 2B 0 37 117 1B 23
Octal 141 101 162 17 53 0 67 427 33 43
Binary 1100001 1000001 1110010 1111 101011 0 110111 100010111 11011 100011

Color Harmonies of #614172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614172

Black with #614172

Text Example


Text Example

White with #614172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614172; }

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

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

background-color css

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

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

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

border-color css

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

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

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