Html Css Color HEX #614779 Honey Flower

📋 copy color: '#614779'

red 97 ◦ green 71 ◦ blue 121

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

Shades of Honey Flower #614779

Tints of Honey Flower #614779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.57%

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

R = 33.56%
G = 24.57%
B = 41.87%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#614779 (or 0x614779) is known color: Honey Flower. HEX triplet: 61, 47 and 79. RGB value is (97,71,121). Sum of RGB (Red+Green+Blue) = 97+71+121=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #614779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614779 is #9EB886. Grayscale: #545454. Windows color (decimal): -10401927 or 7948129. OLE color: 7948129.

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

Color convert

RGB 97 71 121 -
CMYK 0.20 0.41 0 0.53
HSL 271.2º 0.26% 0.38% -
HSV(B) 271.2º 0.41% 0.47% -
XYZ 10.63 8.43 19.16 -
YUV 84.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 97 71 121 0.20 0.41 0 0.53 271.2 0.26 0.38
Hex 61 47 79 14 29 0 35 10F 1A 26
Octal 141 107 171 24 51 0 65 417 32 46
Binary 1100001 1000111 1111001 10100 101001 0 110101 100001111 11010 100110

Color Harmonies of #614779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614779

Black with #614779

Text Example


Text Example

White with #614779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614779; }

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

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

background-color css

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

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

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

border-color css

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

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

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