Html Css Color HEX #614577 Honey Flower

📋 copy color: '#614577'

red 97 ◦ green 69 ◦ blue 119

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

Shades of Honey Flower #614577

Tints of Honey Flower #614577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 34.04%
G = 24.21%
B = 41.75%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#614577 (or 0x614577) is known color: Honey Flower. HEX triplet: 61, 45 and 77. RGB value is (97,69,119). Sum of RGB (Red+Green+Blue) = 97+69+119=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #614577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614577 is #9EBA88. Grayscale: #525252. Windows color (decimal): -10402441 or 7816545. OLE color: 7816545.

HSL color Cylindrical-coordinate representation of color #614577: hue angle of 273.6º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #614577 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 69 119 -
CMYK 0.18 0.42 0 0.53
HSL 273.6º 0.27% 0.37% -
HSV(B) 273.6º 0.42% 0.47% -
XYZ 10.39 8.13 18.47 -
YUV 83.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 97 69 119 0.18 0.42 0 0.53 273.6 0.27 0.37
Hex 61 45 77 12 2A 0 35 112 1B 25
Octal 141 105 167 22 52 0 65 422 33 45
Binary 1100001 1000101 1110111 10010 101010 0 110101 100010010 11011 100101

Color Harmonies of #614577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614577

Black with #614577

Text Example


Text Example

White with #614577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614577; }

 p { color: rgb(97,69,119); }

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

background-color css

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

 a { background-color: rgb(97,69,119); }

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

border-color css

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

 span { border-color: rgb(97,69,119); }

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