Html Css Color HEX #614173 Honey Flower

📋 copy color: '#614173'

red 97 ◦ green 65 ◦ blue 115

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

Shades of Honey Flower #614173

Tints of Honey Flower #614173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.52%

R = 35.02%
G = 23.47%
B = 41.52%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#614173 (or 0x614173) is known color: Honey Flower. HEX triplet: 61, 41 and 73. RGB value is (97,65,115). Sum of RGB (Red+Green+Blue) = 97+65+115=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #614173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614173 is #9EBE8C. Grayscale: #505050. Windows color (decimal): -10403469 or 7553377. OLE color: 7553377.

HSL color Cylindrical-coordinate representation of color #614173: hue angle of 278.4º degrees, saturation: 0.28, 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 #614173 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 65 115 -
CMYK 0.16 0.43 0 0.55
HSL 278.4º 0.28% 0.35% -
HSV(B) 278.4º 0.43% 0.45% -
XYZ 9.91 7.56 17.16 -
YUV 80.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 97 65 115 0.16 0.43 0 0.55 278.4 0.28 0.35
Hex 61 41 73 10 2B 0 37 116 1C 23
Octal 141 101 163 20 53 0 67 426 34 43
Binary 1100001 1000001 1110011 10000 101011 0 110111 100010110 11100 100011

Color Harmonies of #614173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614173

Black with #614173

Text Example


Text Example

White with #614173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614173; }

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

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

background-color css

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

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

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

border-color css

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

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

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