Html Css Color HEX #614A74 Honey Flower

📋 copy color: '#614A74'

red 97 ◦ green 74 ◦ blue 116

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

Shades of Honey Flower #614A74

Tints of Honey Flower #614A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.42%

R = 33.8%
G = 25.78%
B = 40.42%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#614A74 (or 0x614A74) is known color: Honey Flower. HEX triplet: 61, 4A and 74. RGB value is (97,74,116). Sum of RGB (Red+Green+Blue) = 97+74+116=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #614A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A74 is #9EB58B. Grayscale: #555555. Windows color (decimal): -10401164 or 7621217. OLE color: 7621217.

HSL color Cylindrical-coordinate representation of color #614A74: hue angle of 272.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #614A74 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 74 116 -
CMYK 0.16 0.36 0 0.55
HSL 272.86º 0.22% 0.37% -
HSV(B) 272.86º 0.36% 0.45% -
XYZ 10.53 8.7 17.65 -
YUV 85.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 97 74 116 0.16 0.36 0 0.55 272.86 0.22 0.37
Hex 61 4A 74 10 24 0 37 111 16 25
Octal 141 112 164 20 44 0 67 421 26 45
Binary 1100001 1001010 1110100 10000 100100 0 110111 100010001 10110 100101

Color Harmonies of #614A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A74

Black with #614A74

Text Example


Text Example

White with #614A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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