Html Css Color HEX #614479 Honey Flower

📋 copy color: '#614479'

red 97 ◦ green 68 ◦ blue 121

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

Shades of Honey Flower #614479

Tints of Honey Flower #614479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.78%

 BLUE value IS 121 (47.66% from 255) = 42.31%

R = 33.92%
G = 23.78%
B = 42.31%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#614479 (or 0x614479) is known color: Honey Flower. HEX triplet: 61, 44 and 79. RGB value is (97,68,121). Sum of RGB (Red+Green+Blue) = 97+68+121=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #614479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614479 is #9EBB86. Grayscale: #525252. Windows color (decimal): -10402695 or 7947361. OLE color: 7947361.

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

Color convert

RGB 97 68 121 -
CMYK 0.20 0.44 0 0.53
HSL 272.83º 0.28% 0.37% -
HSV(B) 272.83º 0.44% 0.47% -
XYZ 10.45 8.06 19.09 -
YUV 82.71 149.61 138.19 -
System Red Green Blue C M Y K H S L
Decimal 97 68 121 0.20 0.44 0 0.53 272.83 0.28 0.37
Hex 61 44 79 14 2C 0 35 111 1C 25
Octal 141 104 171 24 54 0 65 421 34 45
Binary 1100001 1000100 1111001 10100 101100 0 110101 100010001 11100 100101

Color Harmonies of #614479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614479

Black with #614479

Text Example


Text Example

White with #614479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614479; }

 p { color: rgb(97,68,121); }

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

background-color css

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

 a { background-color: rgb(97,68,121); }

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

border-color css

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

 span { border-color: rgb(97,68,121); }

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