Html Css Color HEX #614679 Honey Flower

📋 copy color: '#614679'

red 97 ◦ green 70 ◦ blue 121

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

Shades of Honey Flower #614679

Tints of Honey Flower #614679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.31%

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

R = 33.68%
G = 24.31%
B = 42.01%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#614679 (or 0x614679) is known color: Honey Flower. HEX triplet: 61, 46 and 79. RGB value is (97,70,121). Sum of RGB (Red+Green+Blue) = 97+70+121=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #614679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614679 is #9EB986. Grayscale: #535353. Windows color (decimal): -10402183 or 7947873. OLE color: 7947873.

HSL color Cylindrical-coordinate representation of color #614679: hue angle of 271.76º 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 #614679 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 70 121 -
CMYK 0.20 0.42 0 0.53
HSL 271.76º 0.27% 0.37% -
HSV(B) 271.76º 0.42% 0.47% -
XYZ 10.57 8.3 19.13 -
YUV 83.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 97 70 121 0.20 0.42 0 0.53 271.76 0.27 0.37
Hex 61 46 79 14 2A 0 35 110 1B 25
Octal 141 106 171 24 52 0 65 420 33 45
Binary 1100001 1000110 1111001 10100 101010 0 110101 100010000 11011 100101

Color Harmonies of #614679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614679

Black with #614679

Text Example


Text Example

White with #614679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614679; }

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

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

background-color css

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

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

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

border-color css

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

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

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