Html Css Color HEX #614A6D Honey Flower

📋 copy color: '#614A6D'

red 97 ◦ green 74 ◦ blue 109

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

Shades of Honey Flower #614A6D

Tints of Honey Flower #614A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.43%

 BLUE value IS 109 (42.97% from 255) = 38.93%

R = 34.64%
G = 26.43%
B = 38.93%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#614A6D (or 0x614A6D) is known color: Honey Flower. HEX triplet: 61, 4A and 6D. RGB value is (97,74,109). Sum of RGB (Red+Green+Blue) = 97+74+109=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #614A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A6D is #9EB592. Grayscale: #545454. Windows color (decimal): -10401171 or 7162465. OLE color: 7162465.

HSL color Cylindrical-coordinate representation of color #614A6D: hue angle of 279.43º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #614A6D is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 97 74 109 -
CMYK 0.11 0.32 0 0.57
HSL 279.43º 0.19% 0.36% -
HSV(B) 279.43º 0.32% 0.43% -
XYZ 10.14 8.54 15.58 -
YUV 84.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 97 74 109 0.11 0.32 0 0.57 279.43 0.19 0.36
Hex 61 4A 6D B 20 0 39 117 13 24
Octal 141 112 155 13 40 0 71 427 23 44
Binary 1100001 1001010 1101101 1011 100000 0 111001 100010111 10011 100100

Color Harmonies of #614A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A6D

Black with #614A6D

Text Example


Text Example

White with #614A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614A6D; }

 p { color: rgb(97,74,109); }

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

background-color css

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

 a { background-color: rgb(97,74,109); }

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

border-color css

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

 span { border-color: rgb(97,74,109); }

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